diff options
Diffstat (limited to 'libpthread/nptl/pthread_rwlock_destroy.c')
-rw-r--r-- | libpthread/nptl/pthread_rwlock_destroy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libpthread/nptl/pthread_rwlock_destroy.c b/libpthread/nptl/pthread_rwlock_destroy.c index 28fd24b55..d38202b43 100644 --- a/libpthread/nptl/pthread_rwlock_destroy.c +++ b/libpthread/nptl/pthread_rwlock_destroy.c @@ -21,8 +21,7 @@ int -__pthread_rwlock_destroy (rwlock) - pthread_rwlock_t *rwlock; +__pthread_rwlock_destroy (pthread_rwlock_t *rwlock) { /* Nothing to be done. For now. */ return 0; |