diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-12-06 04:42:43 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-12-06 04:42:43 +0000 |
commit | cce16f1d63981977fc81980f5449e70ee51775be (patch) | |
tree | d801f1fd1c41fe85fe263d649566c38827026ec8 | |
parent | 75e081a2069be03ddcc3416e2f5ce06419bdbbdf (diff) |
Yeah, suck it up. I'm tired of merging stuff.
-rw-r--r-- | libc/misc/pthread/weaks.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libc/misc/pthread/weaks.c b/libc/misc/pthread/weaks.c index a07582aab..b28470251 100644 --- a/libc/misc/pthread/weaks.c +++ b/libc/misc/pthread/weaks.c @@ -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 /**********************************************************************/ |