commit | bd153422f28634bb6e53f13f80beb8289d405267 | [log] [tgz] |
---|---|---|
author | Rich Felker <dalias@aerifal.cx> | Wed Sep 30 13:32:59 2020 -0400 |
committer | Rich Felker <dalias@aerifal.cx> | Wed Oct 14 20:27:12 2020 -0400 |
tree | 8d977a1d82b3cc2cceece17357bac02add23b8d4 | |
parent | e1e98d869c5b3ebf59e0d0006c108daf0368245e [diff] |
implement _Fork and refactor fork using it the _Fork interface is defined for future issue of POSIX as the outcome of Austin Group issue 62, which drops the AS-safety requirement for fork, and provides an AS-safe replacement that does not run the registered atfork handlers.