From acd08dd1b16b16c29db6e6b101f7881f2aed77b0 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 8 Oct 2010 09:39:36 +0000 Subject: =?UTF-8?q?2010-10-08=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * psx07/init.c: Add HAVE_DECL_PTHREAD_ATTR_SETGUARDSIZE guard around guardsize. --- testsuites/psxtests/psx07/init.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites') 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; -- cgit v1.2.3