mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
* sysdeps/unix/clock_settime.c (HANDLE_REALTIME): Add missing
brace.
This commit is contained in:
parent
78c3fb45c1
commit
a46fde6e38
@ -57,7 +57,7 @@ clock_settime (clockid_t clock_id, const struct timespec *tp)
|
||||
TIMESPEC_TO_TIMEVAL (&tv, tp); \
|
||||
\
|
||||
retval = settimeofday (&tv, NULL); \
|
||||
while (0)
|
||||
} while (0)
|
||||
|
||||
#ifdef SYSDEP_GETTIME
|
||||
SYSDEP_GETTIME;
|
||||
|
Loading…
Reference in New Issue
Block a user