freebsd-dev/lib/libkse
Daniel Eischen 76f344139c Use the correct link entry for walking the list of threads.
While I'm here, use the TAILQ_FOREACH macro instead of a more
manual method which was inherited from libc_r (so we could
remove elements from the list which isn't needed for libpthread).

Submitted by:	Kazuaki Oda <kaakun@highway.ne.jp>
2003-04-28 21:35:06 +00:00
..
arch/i386 Sorry folks; I accidentally committed a patch from what I was working 2003-04-18 07:09:43 +00:00
sys Protect thread errno from being changed while operating 2003-04-23 21:46:50 +00:00
test For now, build and install this as libkse instead of libpthread. 2002-12-08 22:43:31 +00:00
thread Use the correct link entry for walking the list of threads. 2003-04-28 21:35:06 +00:00
Makefile Remove the %gs restoring hack (already commented out). 2003-04-25 01:31:56 +00:00