tst-cond11: Fix build with _SC_MONOTONIC_CLOCK > 0

* sysdeps/pthread/tst-cond11.c (do_test): Fix misplaced brace.
This commit is contained in:
Samuel Thibault 2020-06-01 17:04:02 +00:00
parent 61af4bbb2a
commit 3478859281

View File

@ -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);