freebsd-nq/lib/libc_r
John Birrell d989fc8faa If a thread is waiting on a child process to complete, the SIGCHLD
signal can arrive before the thread is woken from it's wait4. In this
case, don't return an EINTR, just set the thread state to running and
the wait4 wrapper will loop and get the exit status of the process.
1998-06-17 03:53:16 +00:00
..
arch Delete the atomic unlock function since it is no longer required. 1998-06-09 08:25:41 +00:00
man Typo fixes 1998-05-03 22:59:47 +00:00
sys Change the name of this source file so that libc_r builds it instead 1998-04-30 09:04:10 +00:00
uthread If a thread is waiting on a child process to complete, the SIGCHLD 1998-06-17 03:53:16 +00:00
Makefile Don't compile in the use of poll() when building libc_r. This isn't 1998-06-14 11:25:46 +00:00