riscv64: add vfork
authorPedro Falcato <pedro.falcato@gmail.com>
Thu, 9 Feb 2023 16:34:12 +0000 (16:34 +0000)
committerRich Felker <dalias@aerifal.cx>
Thu, 9 Feb 2023 17:33:35 +0000 (12:33 -0500)
commit5763f003a53ddaa63655058f19d9fe662751592d
tree2cb5ee344e39da81400fb642d140667823a01863
parent269d193820342dc109f39909d78fb30f4c978f76
riscv64: add vfork

Implement vfork() using clone(CLONE_VM | CLONE_VFORK | ...).
src/process/riscv64/vfork.s [new file with mode: 0644]