From: Samuel Thibault Date: Mon, 1 Jun 2020 17:04:02 +0000 (+0000) Subject: tst-cond11: Fix build with _SC_MONOTONIC_CLOCK > 0 X-Git-Tag: glibc-2.32~278 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=347885928184a5605111bcbc3513b3d28d2daed4;p=thirdparty%2Fglibc.git tst-cond11: Fix build with _SC_MONOTONIC_CLOCK > 0 * sysdeps/pthread/tst-cond11.c (do_test): Fix misplaced brace. --- diff --git a/sysdeps/pthread/tst-cond11.c b/sysdeps/pthread/tst-cond11.c index 209e2f0c8df..9be006dddbb 100644 --- a/sysdeps/pthread/tst-cond11.c +++ b/sysdeps/pthread/tst-cond11.c @@ -104,8 +104,8 @@ do_test (void) else if (e == 0) FAIL_RET ("sysconf (_SC_MONOTONIC_CLOCK) must not return 0"); else - { # endif + { run_test (CLOCK_MONOTONIC, CLOCK_USE_ATTR_CLOCK); run_test (CLOCK_REALTIME, CLOCK_MONOTONIC); run_test (CLOCK_MONOTONIC, CLOCK_MONOTONIC);