mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
mach: Fix fallthrough warning
gcc would not take the /* FALLTHROUGH */ inside the #ifdef
This commit is contained in:
parent
f42634f824
commit
2ac7701888
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue