summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/pthread_mutex_destroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/pthread_mutex_destroy.c')
-rw-r--r--libpthread/nptl/pthread_mutex_destroy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libpthread/nptl/pthread_mutex_destroy.c b/libpthread/nptl/pthread_mutex_destroy.c
index 91ccfb0d2..9e63ba263 100644
--- a/libpthread/nptl/pthread_mutex_destroy.c
+++ b/libpthread/nptl/pthread_mutex_destroy.c
@@ -31,4 +31,3 @@ __pthread_mutex_destroy (mutex)
return 0;
}
strong_alias (__pthread_mutex_destroy, pthread_mutex_destroy)
-INTDEF(__pthread_mutex_destroy)