diff options
Diffstat (limited to 'lib/libpthread/thread/thr_self.c')
-rw-r--r-- | lib/libpthread/thread/thr_self.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_self.c b/lib/libpthread/thread/thr_self.c index 0c702a6..28ac613 100644 --- a/lib/libpthread/thread/thr_self.c +++ b/lib/libpthread/thread/thr_self.c @@ -34,6 +34,9 @@ #include <pthread.h> #include "thr_private.h" +LT10_COMPAT_PRIVATE(_pthread_self); +LT10_COMPAT_DEFAULT(pthread_self); + __weak_reference(_pthread_self, pthread_self); pthread_t |