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-19 00:58:13 +11:00
2020-10-28 10:03:23 +01:00
2020-11-27 23:02:22 +07:00
2020-11-20 08:38:10 +01:00
2020-11-22 21:30:09 +02:00
2020-11-02 13:20:58 -05:00
2020-11-19 00:58:13 +11:00
2020-11-21 14:06:04 -08:00
2020-09-11 20:02:41 -04:00
2020-10-07 04:34:09 -04:00
2020-11-18 22:09:34 -07:00
2020-11-23 15:06:07 +01:00
2020-09-22 05:12:21 -07:00
2020-11-23 15:06:07 +01:00
2020-11-24 19:51:24 -07:00