* 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); \
|
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user