summaryrefslogtreecommitdiff
path: root/nptl/pthread_mutex_init.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-15 19:59:08 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-15 19:59:08 +0000
commit8361400815265a29038f6833d12fc8e830340d84 (patch)
tree24e25e7249e7830956a1b72927039ea5cf4ef510 /nptl/pthread_mutex_init.c
parent7ad6b6eb3a2dc3a146102e95a223554df67aa7fe (diff)
Add namespace protected alias.
Diffstat (limited to 'nptl/pthread_mutex_init.c')
-rw-r--r--nptl/pthread_mutex_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/pthread_mutex_init.c b/nptl/pthread_mutex_init.c
index 3a783d768d..038e09d008 100644
--- a/nptl/pthread_mutex_init.c
+++ b/nptl/pthread_mutex_init.c
@@ -53,3 +53,4 @@ __pthread_mutex_init (mutex, mutexattr)
return 0;
}
strong_alias (__pthread_mutex_init, pthread_mutex_init)
+INTDEF(__pthread_mutex_init)