diff options
Diffstat (limited to 'nptl/pthread_rwlock_destroy.c')
-rw-r--r-- | nptl/pthread_rwlock_destroy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nptl/pthread_rwlock_destroy.c b/nptl/pthread_rwlock_destroy.c index 7faf0c3757..ac90e7110b 100644 --- a/nptl/pthread_rwlock_destroy.c +++ b/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) { LIBC_PROBE (rwlock_destroy, 1, rwlock); |