summaryrefslogtreecommitdiff
path: root/sysdeps/generic/pt-mutex-destroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/pt-mutex-destroy.c')
-rw-r--r--sysdeps/generic/pt-mutex-destroy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/pt-mutex-destroy.c b/sysdeps/generic/pt-mutex-destroy.c
index d9fb59c..72faefe 100644
--- a/sysdeps/generic/pt-mutex-destroy.c
+++ b/sysdeps/generic/pt-mutex-destroy.c
@@ -32,4 +32,4 @@ _pthread_mutex_destroy (pthread_mutex_t *mutex)
return 0;
}
-weak_alias (_pthread_mutex_destroy, pthread_mutex_destroy);
+strong_alias (_pthread_mutex_destroy, pthread_mutex_destroy);