diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2006-03-13 00:59:51 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2006-03-13 00:59:51 +0000 |
| commit | e62165c8b0f7d6452c0033127a0fd8ad1d9e34d3 (patch) | |
| tree | 0ff38bc0c45640883ff06a668902f099c9ff8641 /lib/libkse/thread/thr_self.c | |
| parent | 855761d5db4349e3c5b6d89c8a3cd31e6988f523 (diff) | |
Notes
Diffstat (limited to 'lib/libkse/thread/thr_self.c')
| -rw-r--r-- | lib/libkse/thread/thr_self.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libkse/thread/thr_self.c b/lib/libkse/thread/thr_self.c index 0c702a66e5d2..28ac613ca6d0 100644 --- a/lib/libkse/thread/thr_self.c +++ b/lib/libkse/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 |
