mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
tst-cond11: Fix build with _SC_MONOTONIC_CLOCK > 0
* sysdeps/pthread/tst-cond11.c (do_test): Fix misplaced brace.
This commit is contained in:
parent
61af4bbb2a
commit
3478859281
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user