• R
    use vfork if possible in posix_spawn · d62f4e98
    Rich Felker 提交于
    vfork is implemented as the fork syscall (with no atfork handlers run)
    on archs where it is not available, so this change does not introduce
    any change in behavior or regression for such archs.
    d62f4e98
posix_spawn.c 2.4 KB