diff options
Diffstat (limited to 'test/nptl/tst-clock2.c')
-rw-r--r-- | test/nptl/tst-clock2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nptl/tst-clock2.c b/test/nptl/tst-clock2.c index 49a769bf4..bca40956e 100644 --- a/test/nptl/tst-clock2.c +++ b/test/nptl/tst-clock2.c @@ -62,7 +62,7 @@ do_test (void) if (sysconf (_SC_THREAD_CPUTIME) < 0) { puts ("_POSIX_THREAD_CPUTIME option not available"); - return 1; + return 0; } # endif |