mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
mach: Fix fallthrough warning
gcc would not take the /* FALLTHROUGH */ inside the #ifdef
This commit is contained in:
@@ -52,8 +52,8 @@ __clock_gettime (clockid_t clock_id, struct timespec *ts)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* FALLTHROUGH */
|
|
||||||
#endif
|
#endif
|
||||||
|
/* FALLTHROUGH */
|
||||||
|
|
||||||
case CLOCK_REALTIME:
|
case CLOCK_REALTIME:
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user