Koakuma 41c40f4bbe Fix fork() on Linux/sparc64
fork() on Linux/sparc64 seems to return its result in two registers,
with %o0 always holding the current process' PID, and the parent/child
status returned in %o1. Add some glue code to convert those into
the libc-style return value.
2020-11-27 23:02:22 +07:00
..
2020-09-12 23:45:35 -07:00
2020-10-05 09:36:07 +02:00
2020-11-27 23:02:22 +07:00