diff options
Diffstat (limited to 'nptl/pthread_rwlockattr_destroy.c')
-rw-r--r-- | nptl/pthread_rwlockattr_destroy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nptl/pthread_rwlockattr_destroy.c b/nptl/pthread_rwlockattr_destroy.c index 3e2e26d915..67eaf5fd7d 100644 --- a/nptl/pthread_rwlockattr_destroy.c +++ b/nptl/pthread_rwlockattr_destroy.c @@ -20,8 +20,7 @@ int -pthread_rwlockattr_destroy (attr) - pthread_rwlockattr_t *attr; +pthread_rwlockattr_destroy (pthread_rwlockattr_t *attr) { /* Nothing to do. For now. */ |