mach: Fix fallthrough warning

gcc would not take the /* FALLTHROUGH */ inside the #ifdef
This commit is contained in:
Samuel Thibault 2025-01-14 00:11:33 +01:00
parent f42634f824
commit 2ac7701888
1 changed files with 1 additions and 1 deletions

View File

@ -52,8 +52,8 @@ __clock_gettime (clockid_t clock_id, struct timespec *ts)
return 0;
}
}
/* FALLTHROUGH */
#endif
/* FALLTHROUGH */
case CLOCK_REALTIME:
{