freebsd-dev/tools/regression/lib
Jilles Tjoelker 9ea47cacda posix_spawn: If an error is detected in the child process, reap the zombie.
Formerly, in this case an error was returned but the pid was also returned
to the application, requiring the application to use unspecified behaviour
(the returned pid in error situations) to avoid zombies.

Now, reap the zombie and do not return the pid.

MFC after:	2 weeks
2011-07-10 14:20:11 +00:00
..
libc posix_spawn: If an error is detected in the child process, reap the zombie. 2011-07-10 14:20:11 +00:00
libmp
libutil Add test-pidfile.c and increase warning level. 2009-11-12 01:37:25 +00:00
msun Add some tests for cexp() and cexpf(). (I need to clean up all of 2011-03-07 03:15:49 +00:00