diff options
| author | David Xu <davidxu@FreeBSD.org> | 2003-06-04 03:22:59 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2003-06-04 03:22:59 +0000 |
| commit | e84a8d0d6598da8c37c44365dc74e12aa90ca17a (patch) | |
| tree | 279a4fd8223b57e2a26737782d9852079fbff7bc /lib/libpthread/thread/thr_create.c | |
| parent | 7fc03ef474957a0437c68debe3b652f082d46c41 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_create.c')
| -rw-r--r-- | lib/libpthread/thread/thr_create.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libpthread/thread/thr_create.c b/lib/libpthread/thread/thr_create.c index 6b57f0eb4fe3..f552ee5ba4d9 100644 --- a/lib/libpthread/thread/thr_create.c +++ b/lib/libpthread/thread/thr_create.c @@ -143,9 +143,6 @@ _pthread_create(pthread_t * thread, const pthread_attr_t * attr, || ((kseg = _kseg_alloc(curthread)) == NULL))) { /* Insufficient memory to create a new KSE/KSEG: */ ret = EAGAIN; -#ifndef KMF_DONE -#define KMF_DONE 0x04 -#endif if (kse != NULL) { kse->k_mbx.km_flags |= KMF_DONE; _kse_free(curthread, kse); |
