freebsd-dev/lib/libc_r
jb a8e4a3f0a9 Add a magic field to the pthread structure to help recognize valid
threads from invalid ones. The pthread structure is opaque to the user
so this change does not cause any incompatibilities.

Hopefully this change will help code that was written for draft 4
fail gracefully if the programmer ignores the compiler warning about
the change in the level of indirection for the argument passed to
pthread_detach(). I got burnt, so I fixed then (expletive deleted)
thing.

These functions comply with the revised standard. That should shut
Terry up!
1998-04-03 09:31:15 +00:00
..
man This function compiles with the standard, so say so. 1998-04-03 09:12:19 +00:00
sys Use libc makefiles from now on instead of duplicating them in libc_r. 1997-05-03 03:57:21 +00:00
uthread Add a magic field to the pthread structure to help recognize valid 1998-04-03 09:31:15 +00:00
Makefile Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and 1998-03-28 11:51:01 +00:00