From e4bb48539fa1012f4ec102d8a3b12e846a832ff5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 4 Oct 2004 20:51:25 +0000 Subject: Update. 2004-10-04 Ulrich Drepper * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Define _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME to zero. * sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: Likewise. * tst-barrier2.c: Fix testing for POSIX feature. * tst-clock1.c: Likewise. * tst-clock2.c: Likewise. * tst-cond11.c: Likewise. * tst-cond4.c: Likewise. * tst-cond6.c: Likewise. * tst-flock2.c: Likewise. * tst-mutex4.c: Likewise. * tst-mutex9.c: Likewise. * tst-rwlock12.c: Likewise. * tst-rwlock4.c: Likewise. * tst-signal1.c: Likewise. * tst-spin2.c: Likewise. * sysdeps/pthread/posix-timer.h: Likewise. * sysdeps/pthread/timer_create.c: Likewise. * sysdeps/pthread/timer_routines.c: Likewise. --- nptl/tst-cond6.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'nptl/tst-cond6.c') 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 () -- cgit v1.2.3