summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2006-12-02 02:01:57 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2006-12-02 02:01:57 +0000
commit2edab2e0d29d87736281e9a8b164fd87c96ee40c (patch)
tree9368ddc304c9280af26b22909c81afe0161b3d3d /libc
parent70600d4860e5d1477f91c21f97bdcd16c055fc25 (diff)
Diffstat (limited to 'libc')
-rw-r--r--libc/misc/pthread/weaks.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libc/misc/pthread/weaks.c b/libc/misc/pthread/weaks.c
index 141e74696..68b603cc5 100644
--- a/libc/misc/pthread/weaks.c
+++ b/libc/misc/pthread/weaks.c
@@ -35,3 +35,8 @@ weak_alias (__pthread_return_0, __pthread_mutex_init)
weak_alias (__pthread_return_0, __pthread_mutex_lock)
weak_alias (__pthread_return_0, __pthread_mutex_trylock)
weak_alias (__pthread_return_0, __pthread_mutex_unlock)
+#ifdef __UCLIBC_HAS_THREADS_NATIVE__
+weak_alias (__pthread_return_0, __pthread_mutexattr_init)
+weak_alias (__pthread_return_0, __pthread_mutexattr_destroy)
+weak_alias (__pthread_return_0, __pthread_mutexattr_settype)
+#endif