diff options
Diffstat (limited to 'libpthread/nptl/pthread_mutex_destroy.c')
-rw-r--r-- | libpthread/nptl/pthread_mutex_destroy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libpthread/nptl/pthread_mutex_destroy.c b/libpthread/nptl/pthread_mutex_destroy.c index 9e63ba263..05bd96a3c 100644 --- a/libpthread/nptl/pthread_mutex_destroy.c +++ b/libpthread/nptl/pthread_mutex_destroy.c @@ -22,8 +22,7 @@ int -__pthread_mutex_destroy (mutex) - pthread_mutex_t *mutex; +__pthread_mutex_destroy (pthread_mutex_t *mutex) { if (mutex->__data.__nusers != 0) return EBUSY; |