HardenedBSD/lib/libpthread
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
sys
thread 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