summaryrefslogtreecommitdiff
path: root/sysdeps/generic/pt-cond-destroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/pt-cond-destroy.c')
-rw-r--r--sysdeps/generic/pt-cond-destroy.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/generic/pt-cond-destroy.c b/sysdeps/generic/pt-cond-destroy.c
index eba4778..d72ea75 100644
--- a/sysdeps/generic/pt-cond-destroy.c
+++ b/sysdeps/generic/pt-cond-destroy.c
@@ -21,7 +21,9 @@
#include <pt-internal.h>
int
-pthread_cond_destroy (pthread_cond_t *cond)
+__pthread_cond_destroy (pthread_cond_t *cond)
{
return 0;
}
+
+strong_alias (__pthread_cond_destroy, pthread_cond_destroy);