commit | 4e36a8151bccaba338bf8513a367d287d193f524 | [log] [tgz] |
---|---|---|
author | John Hughes <john@Calva.COM> | Wed Apr 18 15:11:51 2001 +0000 |
committer | John Hughes <john@Calva.COM> | Wed Apr 18 15:11:51 2001 +0000 |
tree | 31bc44cc18c6af71115390e2cb0b9ba72443e29f | |
parent | 3525440544c0bad31a786a476a21ff15d010175e [diff] [blame] |
Handle fork1/forkall on uw, handle rfork1,rforkall,rexecve and ssisys on uw non-stop-clusters
diff --git a/svr4/syscall.h b/svr4/syscall.h index 21cf8d3..22b55f1 100644 --- a/svr4/syscall.h +++ b/svr4/syscall.h
@@ -326,6 +326,9 @@ extern int sys_xgetsockopt (); extern int sys_xsetsockopt (); extern int sys_xshutdown (); +extern int sys_rfork (); +extern int sys_ssisys (); +extern int sys_rexecve (); #endif #endif /* !MIPS */