[PATCH v2] [BZ 18433] Check posix_spawn return value in case of failure
navid Rahimi
rahimi.nv@gmail.com
Sun Sep 13 13:44:00 GMT 2015
Using pipe approach to check status of child.The vfork usage (in the
spawni function) is more restricted therefore pipe approach would be
better. I use fallback (combination of pipe and fcntl with FD_CLOEXEC)
mode for platform which does not support pipe2.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: posix_spawn.patch
Type: text/x-patch
Size: 4927 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20150913/8e14f540/attachment.bin>
More information about the Libc-alpha
mailing list