commit | 847bcb63b541e4fbbfa3dccfe3022745cbe9a06a | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Wed Sep 23 22:18:22 2015 -0500 |
committer | Rob Landley <rob@landley.net> | Wed Sep 23 22:18:22 2015 -0500 |
tree | 35c6fb8b4bdb11e995a95919abfa682ab7c20221 | |
parent | 712e163bb0956b94c27051d0175e719b92f453ad [diff] |
Add xvfork() as a static inline and use it from various places. Note: vfork(), like fork(), can return -1 if too many processes, and we should notice and fail loudly.