OSDN Git Service

Yeah, suck it up. I'm tired of merging stuff.
author"Steven J. Hill" <sjhill@realitydiluted.com>
Tue, 6 Dec 2005 04:42:43 +0000 (04:42 -0000)
committer"Steven J. Hill" <sjhill@realitydiluted.com>
Tue, 6 Dec 2005 04:42:43 +0000 (04:42 -0000)
libc/misc/pthread/weaks.c

index a07582a..b284702 100644 (file)
@@ -117,5 +117,10 @@ 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_settype)
+weak_alias (__pthread_return_0, pthread_mutexattr_destroy)
+#endif
 
 /**********************************************************************/