about summary refs log tree commit diff
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, 2 insertions, 1 deletions
diff --git a/nptl/pthread_condattr_destroy.c b/nptl/pthread_condattr_destroy.c
index 4bce09dc2c..e6d069e40d 100644
--- a/nptl/pthread_condattr_destroy.c
+++ b/nptl/pthread_condattr_destroy.c
@@ -21,9 +21,10 @@
 
 
 int
-pthread_condattr_destroy (attr)
+__pthread_condattr_destroy (attr)
      pthread_condattr_t *attr;
 {
   /* Nothing to be done.  */
   return 0;
 }
+strong_alias (__pthread_condattr_destroy, pthread_condattr_destroy)