diff options
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 |
commit | 2edab2e0d29d87736281e9a8b164fd87c96ee40c (patch) | |
tree | 9368ddc304c9280af26b22909c81afe0161b3d3d /libc/misc/pthread | |
parent | 70600d4860e5d1477f91c21f97bdcd16c055fc25 (diff) |
Diffstat (limited to 'libc/misc/pthread')
-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 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 |