summaryrefslogtreecommitdiff
path: root/nptl/pthread_condattr_destroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/pthread_condattr_destroy.c')
-rw-r--r--nptl/pthread_condattr_destroy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/nptl/pthread_condattr_destroy.c b/nptl/pthread_condattr_destroy.c
index 55621c1a07..d2956379cc 100644
--- a/nptl/pthread_condattr_destroy.c
+++ b/nptl/pthread_condattr_destroy.c
@@ -20,8 +20,7 @@
int
-__pthread_condattr_destroy (attr)
- pthread_condattr_t *attr;
+__pthread_condattr_destroy (pthread_condattr_t *attr)
{
/* Nothing to be done. */
return 0;