mirror of git://sourceware.org/git/glibc.git
mach: Fix fallthrough warning
gcc would not take the /* FALLTHROUGH */ inside the #ifdef
This commit is contained in:
parent
f42634f824
commit
2ac7701888
|
@ -52,8 +52,8 @@ __clock_gettime (clockid_t clock_id, struct timespec *ts)
|
|||
return 0;
|
||||
}
|
||||
}
|
||||
/* FALLTHROUGH */
|
||||
#endif
|
||||
/* FALLTHROUGH */
|
||||
|
||||
case CLOCK_REALTIME:
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue