This commit is contained in:
ceriel
1991-10-03 15:57:23 +00:00
parent 4e0a99ef38
commit e07baf28c1
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
#include "SYS.h"
SYS_call_0(fork)
LABEL_(fork); BODY1(fork)
orcc %g0, %o1, %g0
bne,a 1f
clr %o0
1:
retl
nop