freebsd-skq/lib/libkse
jb ad0611eef7 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
..
sys Change the name of this source file so that libc_r builds it instead 1998-04-30 09:04:10 +00:00
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