e436b9fc81
- close(0); open(...); is no guaranteed to open on file descriptor 0. Change to using dup2() - Threaded applications that fork() may only call async-signal-safe functions in the child process until such time as one of the exec functions are called. Enable the APPLE code path that uses execlp() in child. Also close child fd's in such a way as to not trip on non-blocking fd design issues of libpthread. okay ajacoutot@ |
||
---|---|---|
.. | ||
files | ||
patches | ||
pkg | ||
distinfo | ||
Makefile |