diff options
Diffstat (limited to 'libpthread/nptl/pthread_attr_destroy.c')
-rw-r--r-- | libpthread/nptl/pthread_attr_destroy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libpthread/nptl/pthread_attr_destroy.c b/libpthread/nptl/pthread_attr_destroy.c index cae7ca0b1..f9e446a5c 100644 --- a/libpthread/nptl/pthread_attr_destroy.c +++ b/libpthread/nptl/pthread_attr_destroy.c @@ -24,8 +24,7 @@ #include "pthreadP.h" int -__pthread_attr_destroy (attr) - pthread_attr_t *attr; +__pthread_attr_destroy (pthread_attr_t *attr) { struct pthread_attr *iattr; |