summaryrefslogtreecommitdiff
path: root/src/process/x86_64
AgeCommit message (Collapse)AuthorLines
2018-09-12declare __syscall_ret as hidden in vfork asmRich Felker-0/+1
without this, it's plausible that assembler or linker could complain about an unsatisfiable relocation.
2012-02-06x86_64 vfork implementationRich Felker-0/+12
untested; should work.