Skip to content

Commit

Permalink
* sysdeps/unix/clock_settime.c (HANDLE_REALTIME): Add missing
Browse files Browse the repository at this point in the history
brace.
  • Loading branch information
Andreas Jaeger committed Mar 3, 2003
1 parent 78c3fb4 commit a46fde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysdeps/unix/clock_settime.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a46fde6

Please sign in to comment.