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