added new routines for ansi
authoreck <none@none>
Mon, 22 Jan 1990 10:54:12 +0000 (10:54 +0000)
committereck <none@none>
Mon, 22 Jan 1990 10:54:12 +0000 (10:54 +0000)
commit69e2ddcb49a7b103df8075d511710adddc60ccd9
tree348d420bd9b65749f18d4156400b64a115149824
parent0614d593dd414d5ec5bea1fbcbe0fcf4b21cc025
added new routines for ansi
26 files changed:
mach/m68k2/libsys/LIST
mach/m68k2/libsys/_alarm.s [new file with mode: 0644]
mach/m68k2/libsys/_brk.s [new file with mode: 0644]
mach/m68k2/libsys/_close.s [new file with mode: 0644]
mach/m68k2/libsys/_creat.s [new file with mode: 0644]
mach/m68k2/libsys/_dup.s [new file with mode: 0644]
mach/m68k2/libsys/_dup2.s [new file with mode: 0644]
mach/m68k2/libsys/_execl.s [new file with mode: 0644]
mach/m68k2/libsys/_execve.s [new file with mode: 0644]
mach/m68k2/libsys/_fork.s [new file with mode: 0644]
mach/m68k2/libsys/_fstat.s [new file with mode: 0644]
mach/m68k2/libsys/_ftime.s [new file with mode: 0644]
mach/m68k2/libsys/_getpid.s [new file with mode: 0644]
mach/m68k2/libsys/_gtty.s [new file with mode: 0644]
mach/m68k2/libsys/_ioctl.s [new file with mode: 0644]
mach/m68k2/libsys/_kill.s [new file with mode: 0644]
mach/m68k2/libsys/_link.s [new file with mode: 0644]
mach/m68k2/libsys/_lseek.s [new file with mode: 0644]
mach/m68k2/libsys/_open.s [new file with mode: 0644]
mach/m68k2/libsys/_pause.s [new file with mode: 0644]
mach/m68k2/libsys/_pipe.s [new file with mode: 0644]
mach/m68k2/libsys/_read.s [new file with mode: 0644]
mach/m68k2/libsys/_times.s [new file with mode: 0644]
mach/m68k2/libsys/_unlink.s [new file with mode: 0644]
mach/m68k2/libsys/_wait.s [new file with mode: 0644]
mach/m68k2/libsys/_write.s [new file with mode: 0644]