Files
musl/src/process
Rich Felker 8f7bc690f0 use direct syscall rather than write function in posix_spawn child
the write function is a cancellation point and accesses thread-local
state belonging to the calling thread in the parent process. since
cancellation is blocked for the duration of posix_spawn, this is
probably safe, but it's fragile and unnecessary. making the syscall
directly is just as easy and clearly safe.
2014-12-05 21:19:39 -05:00
..
2011-10-14 23:56:31 -04:00
2012-02-06 18:23:11 -05:00
2011-02-12 00:22:29 -05:00
2014-04-20 00:26:55 -04:00
2011-02-12 00:22:29 -05:00
2011-04-17 11:43:03 -04:00
2011-04-17 11:43:03 -04:00