diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-11-05 09:59:53 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-11-05 09:59:53 +0000 |
commit | 43dc72ede46114998a5bedb947823030cd415177 (patch) | |
tree | c27be35674902464b1a5ba461470525f30f1201e /boot/boot.c | |
parent | c1c8e972b5c2c35ce3677bcb3d2eefa4c42d7b83 (diff) |
Formerly boot.c.~4~
Diffstat (limited to 'boot/boot.c')
-rw-r--r-- | boot/boot.c | 7 |
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) { |