diff options
author | davidxu <davidxu@FreeBSD.org> | 2006-02-05 03:04:54 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2006-02-05 03:04:54 +0000 |
commit | 08b1c5c92869f5ac4c198ddd824fa8fce005a704 (patch) | |
tree | 2fb49a3b114ae8be952ea411c1aac6b367229dc9 /lib/libthr/thread/thr_private.h | |
parent | 118990614c01d4866ba79dc95d91c6151985f85e (diff) | |
download | FreeBSD-src-08b1c5c92869f5ac4c198ddd824fa8fce005a704.zip FreeBSD-src-08b1c5c92869f5ac4c198ddd824fa8fce005a704.tar.gz |
Now, thread name is stored in kernel, userland no longer has to keep it.
Diffstat (limited to 'lib/libthr/thread/thr_private.h')
-rw-r--r-- | lib/libthr/thread/thr_private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_private.h b/lib/libthr/thread/thr_private.h index bf10228..c922b46 100644 --- a/lib/libthr/thread/thr_private.h +++ b/lib/libthr/thread/thr_private.h @@ -338,7 +338,6 @@ struct pthread { */ #define THR_MAGIC ((u_int32_t) 0xd09ba115) u_int32_t magic; - char *name; /* * Lock for accesses to this thread structure. |