* sysdeps/unix/clock_settime.c (HANDLE_REALTIME): Add missing

brace.
This commit is contained in:
Andreas Jaeger 2003-03-03 08:23:37 +00:00
parent 78c3fb45c1
commit a46fde6e38
1 changed files with 1 additions and 1 deletions

View File

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