diff options
Diffstat (limited to 'libpthread/nptl/pthread_cond_destroy.c')
-rw-r--r-- | libpthread/nptl/pthread_cond_destroy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libpthread/nptl/pthread_cond_destroy.c b/libpthread/nptl/pthread_cond_destroy.c index b7842d258..ebc6d78fc 100644 --- a/libpthread/nptl/pthread_cond_destroy.c +++ b/libpthread/nptl/pthread_cond_destroy.c @@ -22,8 +22,7 @@ int -__pthread_cond_destroy (cond) - pthread_cond_t *cond; +__pthread_cond_destroy (pthread_cond_t *cond) { /* Make sure we are alone. */ lll_mutex_lock (cond->__data.__lock); |