aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysdeps/mach/clock_gettime.c2
1 files changed, 1 insertions, 1 deletions
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:
{