diff --git a/nptl/pthread_mutex_timedlock.c b/nptl/pthread_mutex_timedlock.c index 598c6a0710..0664e4f02b 100644 --- a/nptl/pthread_mutex_timedlock.c +++ b/nptl/pthread_mutex_timedlock.c @@ -76,8 +76,7 @@ __pthread_mutex_clocklock_common (pthread_mutex_t *mutex, /* Check whether we already hold the mutex. */ if (__glibc_unlikely (mutex->__data.__owner == id)) return EDEADLK; - - /* FALLTHROUGH */ + [[fallthrough]]; case PTHREAD_MUTEX_TIMED_NP: /* Normal mutex. */