diff options
Diffstat (limited to 'nptl/pthread_mutex_trylock.c')
-rw-r--r-- | nptl/pthread_mutex_trylock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/pthread_mutex_trylock.c b/nptl/pthread_mutex_trylock.c index a50b9173ac..8213f90da9 100644 --- a/nptl/pthread_mutex_trylock.c +++ b/nptl/pthread_mutex_trylock.c @@ -68,6 +68,7 @@ __pthread_mutex_trylock (mutex) return 0; } + break; default: /* Correct code cannot set any other type. */ |