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
2014-02-23 11:09:16 +01:00
2012-02-06 18:23:11 -05:00
2013-10-07 13:24:00 +00:00
2013-10-07 13:24:00 +00:00
2013-10-07 13:24:00 +00:00
2011-02-12 00:22:29 -05:00
2011-03-20 00:16:43 -04:00
2014-04-20 00:26:55 -04:00
2013-02-03 16:42:40 -05:00
2013-12-12 05:09:18 +00:00
2014-07-05 23:29:55 -04:00
2011-05-29 12:58:02 -04:00
2013-02-03 16:42:40 -05:00
2012-09-06 22:44:55 -04:00
2011-05-28 23:30:47 -04:00
2011-05-28 18:36:30 -04:00
2014-12-05 21:19:39 -05:00
2011-09-13 14:45:59 -04:00
2012-09-06 22:44:55 -04:00
2012-09-06 22:44:55 -04:00
2012-09-06 22:44:55 -04:00
2012-09-06 22:44:55 -04:00
2011-09-13 14:45:59 -04:00
2013-02-01 15:57:28 -05:00
2011-05-28 18:36:30 -04:00
2011-05-28 18:36:30 -04:00
2012-09-06 22:44:55 -04:00
2012-09-06 22:44:55 -04:00
2012-10-18 16:41:27 -04:00
2013-12-12 05:09:18 +00:00
2014-05-30 01:51:23 -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