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-11-25 15:45:55 -08:00
2020-11-27 23:02:22 +07:00
2020-11-27 23:02:22 +07:00
2020-10-11 08:23:36 +00:00
2020-11-23 15:06:07 +01:00