Files
semi-libc/src/process
Bobby BinghamandRich Felker c21051e90c prevent fork's errno from being clobbered by atfork handlers
If the syscall fails, errno must be set correctly for the caller.
There's no guarantee that the handlers registered with pthread_atfork
won't clobber errno, so we need to ensure it gets set after they are
called.
2017-11-10 19:27:57 -05:00
..
2011-10-14 23:56:31 -04:00
2016-11-11 23:06:21 -05:00
2012-02-06 18:23:11 -05:00
2011-02-12 00:22:29 -05: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