Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove __vfork alias | Rich Felker | 2018-09-12 | 1 | -4/+1 |
| | | | | | | | this was added so that posix_spawn and possibly other functionality could be implemented in terms of vfork, but that turned out to be unsafe. any such usage needs __clone with proper handling of stack lifetime. | ||||
* | declare __syscall_ret as hidden in vfork asm | Rich Felker | 2018-09-12 | 1 | -0/+1 |
| | | | | | without this, it's plausible that assembler or linker could complain about an unsatisfiable relocation. | ||||
* | support vfork on i386 | Rich Felker | 2011-10-14 | 1 | -0/+14 |