summaryrefslogtreecommitdiff
path: root/nptl/tst-cond6.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/tst-cond6.c')
-rw-r--r--nptl/tst-cond6.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/nptl/tst-cond6.c b/nptl/tst-cond6.c
index be429df96d..b5dcaa810d 100644
--- a/nptl/tst-cond6.c
+++ b/nptl/tst-cond6.c
@@ -34,13 +34,6 @@ int *condition;
static int
do_test (void)
{
-#if ! _POSIX_THREAD_PROCESS_SHARED
-
- puts ("_POSIX_THREAD_PROCESS_SHARED not supported, test skipped");
- return 0;
-
-#else
-
size_t ps = sysconf (_SC_PAGESIZE);
char tmpfname[] = "/tmp/tst-cond6.XXXXXX";
char data[ps];
@@ -234,7 +227,6 @@ do_test (void)
}
return result;
-#endif
}
#define TEST_FUNCTION do_test ()