summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1993-11-05 09:59:53 +0000
committerMichael I. Bushnell <mib@gnu.org>1993-11-05 09:59:53 +0000
commit43dc72ede46114998a5bedb947823030cd415177 (patch)
treec27be35674902464b1a5ba461470525f30f1201e
parentc1c8e972b5c2c35ce3677bcb3d2eefa4c42d7b83 (diff)
Formerly boot.c.~4~
-rw-r--r--boot/boot.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/boot/boot.c b/boot/boot.c
index bb7ab5b6..a1bef66d 100644
--- a/boot/boot.c
+++ b/boot/boot.c
@@ -81,6 +81,13 @@ lseek (int fd,
}
int
+_exit (int code)
+{
+ return syscall (1, code);
+}
+
+
+int
request_server (mach_msg_header_t *inp,
mach_msg_header_t *outp)
{