summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getguardsize.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxhdrs/pthread/pthread_attr_getguardsize.c')
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_attr_getguardsize.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getguardsize.c b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getguardsize.c
index 3780747365..1380b3b9db 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getguardsize.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getguardsize.c
@@ -14,7 +14,6 @@
#include "config.h"
#endif
-#if HAVE_DECL_PTHREAD_ATTR_GETGUARDSIZE
#include <pthread.h>
#ifndef _POSIX_THREADS
@@ -33,4 +32,3 @@ int test( void )
return result;
}
-#endif