diff options
author | davidxu <davidxu@FreeBSD.org> | 2003-06-04 03:22:59 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2003-06-04 03:22:59 +0000 |
commit | 490170d1ea42e4316457c9c730a5796e25f3d51b (patch) | |
tree | 279a4fd8223b57e2a26737782d9852079fbff7bc /lib/libpthread/thread/thr_kern.c | |
parent | f3ad59aebd075c9685afd684cd538fa226018236 (diff) | |
download | FreeBSD-src-490170d1ea42e4316457c9c730a5796e25f3d51b.zip FreeBSD-src-490170d1ea42e4316457c9c730a5796e25f3d51b.tar.gz |
KMF_DONE is now in /sys/sys/kse.h, no longer need to define it here.
Diffstat (limited to 'lib/libpthread/thread/thr_kern.c')
-rw-r--r-- | lib/libpthread/thread/thr_kern.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libpthread/thread/thr_kern.c b/lib/libpthread/thread/thr_kern.c index 8eb084d..365d799 100644 --- a/lib/libpthread/thread/thr_kern.c +++ b/lib/libpthread/thread/thr_kern.c @@ -97,10 +97,6 @@ __FBSDID("$FreeBSD$"); #define KSE_RUNQ_THREADS(kse) ((kse)->k_schedq->sq_runq.pq_threads) -#ifndef KMF_DONE -#define KMF_DONE 0x04 -#endif - /* * We've got to keep track of everything that is allocated, not only * to have a speedy free list, but also so they can be deallocated |