summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstack.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstack.c')
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstack.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstack.c b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstack.c
index bbef6a8ce1..b0bfcdf237 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstack.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstack.c
@@ -14,7 +14,6 @@
#include "config.h"
#endif
-#if HAVE_DECL_PTHREAD_ATTR_SETSTACK
#include <pthread.h>
#include <limits.h> /* only for PTHREAD_STACK_MIN */
@@ -39,4 +38,3 @@ int test( void )
return result;
}
-#endif