From: keie Date: Thu, 21 Mar 1985 14:13:55 +0000 (+0000) Subject: Added some more system calls. X-Git-Tag: release-5-5~5538 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=59996174b6a84b062db6f5756785cbd8895ec09c;p=ack.git Added some more system calls. Moved errno to a separate file. --- diff --git a/mach/m68k4/libsys/LIST b/mach/m68k4/libsys/LIST index 4fccdc161..2d595ec46 100644 --- a/mach/m68k4/libsys/LIST +++ b/mach/m68k4/libsys/LIST @@ -2,15 +2,20 @@ tail_mon.a exit.s _exit.s access.s +acct.s alarm.s chdir.s chmod.s +chown.s chroot.s close.s creat.s +dup.s +dup2.s execl.s execve.s fork.s +ftime.s getegid.s getgid.s getpid.s @@ -20,12 +25,16 @@ gtty.s ioctl.s kill.s link.s +lock.s lseek.s mknod.s mount.s nice.s open.s pause.s +pipe.s +profil.s +ptrace.s read.s setgid.s setuid.s @@ -34,8 +43,10 @@ stime.s sync.s time.s times.s +umask.s umount.s unlink.s +utime.s write.s brk.s wait.s @@ -43,3 +54,4 @@ fstat.s signal.s call.s cleanup.s +errno.s