summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx07/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx07/init.c')
-rw-r--r--testsuites/psxtests/psx07/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/psxtests/psx07/init.c b/testsuites/psxtests/psx07/init.c
index 6533f208ba..a781db0db9 100644
--- a/testsuites/psxtests/psx07/init.c
+++ b/testsuites/psxtests/psx07/init.c
@@ -63,7 +63,9 @@ void *POSIX_Init(
int inheritsched;
int schedpolicy;
size_t stacksize;
+#if HAVE_DECL_PTHREAD_ATTR_SETGUARDSIZE
size_t guardsize;
+#endif
void *stackaddr;
int detachstate;
struct sched_param schedparam;