diff options
author | davidxu <davidxu@FreeBSD.org> | 2006-02-22 02:52:22 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2006-02-22 02:52:22 +0000 |
commit | bb43155dbbe11369b73a9721c67bc5c6fa283d33 (patch) | |
tree | 27ba326e0f317a957f8d30cf53b4607627dae999 /lib | |
parent | e7d0466850b64ef22d5f489cc8bba4e7c55521a4 (diff) | |
download | FreeBSD-src-bb43155dbbe11369b73a9721c67bc5c6fa283d33.zip FreeBSD-src-bb43155dbbe11369b73a9721c67bc5c6fa283d33.tar.gz |
Disable POSIX SIGEV_THREAD notification support, soon we will have a common
library which can be reused both for libthr and libpthread.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libthr/thread/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libthr/thread/Makefile.inc b/lib/libthr/thread/Makefile.inc index 47d0093..5960756 100644 --- a/lib/libthr/thread/Makefile.inc +++ b/lib/libthr/thread/Makefile.inc @@ -52,6 +52,5 @@ SRCS+= \ thr_suspend_np.c \ thr_switch_np.c \ thr_symbols.c \ - thr_timer.c \ thr_umtx.c \ thr_yield.c |