diff options
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/clock_settime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/clock_settime.c b/sysdeps/unix/clock_settime.c index a6c7af19ec..0ef0bccc67 100644 --- a/sysdeps/unix/clock_settime.c +++ b/sysdeps/unix/clock_settime.c @@ -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; |