about summary refs log tree commit diff
path: root/src/process/x32
Commit message (Collapse)AuthorAgeFilesLines
* remove __vfork aliasRich Felker2018-09-121-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 asmRich Felker2018-09-121-0/+1
| | | | | without this, it's plausible that assembler or linker could complain about an unsatisfiable relocation.
* x32 port (diff against vanilla x86_64)rofl0r2014-02-231-1/+1
|
* import vanilla x86_64 code as x32rofl0r2014-02-231-0/+12