diff options
author | davidxu <davidxu@FreeBSD.org> | 2004-08-16 03:27:29 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2004-08-16 03:27:29 +0000 |
commit | 48729174301a8e17185c18c146f969c0fc2dd9f0 (patch) | |
tree | 9e58ede141be355c38f2c1cd9f7881b2e6134800 /lib/libpthread/thread | |
parent | 62ead65343c2618ed24b963da542a95e4373aa7d (diff) | |
download | FreeBSD-src-48729174301a8e17185c18c146f969c0fc2dd9f0.zip FreeBSD-src-48729174301a8e17185c18c146f969c0fc2dd9f0.tar.gz |
1. Add macro DTV_OFFSET to calculate dtv offset in tcb.
2. Export symbols needed by debugger.
Diffstat (limited to 'lib/libpthread/thread')
-rw-r--r-- | lib/libpthread/thread/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libpthread/thread/Makefile.inc b/lib/libpthread/thread/Makefile.inc index fb11adb..59fa21c 100644 --- a/lib/libpthread/thread/Makefile.inc +++ b/lib/libpthread/thread/Makefile.inc @@ -103,6 +103,7 @@ SRCS+= \ thr_suspend_np.c \ thr_switch_np.c \ thr_system.c \ + thr_symbols.c \ thr_tcdrain.c \ thr_vfork.c \ thr_wait.c \ |