diff --git a/sysdeps/mach/clock_gettime.c b/sysdeps/mach/clock_gettime.c index d8c6681ec5..381ccb8451 100644 --- a/sysdeps/mach/clock_gettime.c +++ b/sysdeps/mach/clock_gettime.c @@ -52,8 +52,8 @@ __clock_gettime (clockid_t clock_id, struct timespec *ts) return 0; } } - /* FALLTHROUGH */ #endif + /* FALLTHROUGH */ case CLOCK_REALTIME: {