added new routines for ansi
authoreck <none@none>
Mon, 22 Jan 1990 11:14:56 +0000 (11:14 +0000)
committereck <none@none>
Mon, 22 Jan 1990 11:14:56 +0000 (11:14 +0000)
commit68e198f375ae455b915fb1e0e3380031cb2b2a49
tree9a8a6e0f85575d1e41734bf82abfe94f7fdf0364
parent90819543f6a07ce4a5b389a53c7c6f6d97b2d995
added new routines for ansi
27 files changed:
mach/m68k4/libsys/LIST
mach/m68k4/libsys/_alarm.s [new file with mode: 0644]
mach/m68k4/libsys/_brk.s [new file with mode: 0644]
mach/m68k4/libsys/_close.s [new file with mode: 0644]
mach/m68k4/libsys/_creat.s [new file with mode: 0644]
mach/m68k4/libsys/_dup.s [new file with mode: 0644]
mach/m68k4/libsys/_dup2.s [new file with mode: 0644]
mach/m68k4/libsys/_execl.s [new file with mode: 0644]
mach/m68k4/libsys/_execve.s [new file with mode: 0644]
mach/m68k4/libsys/_fork.s [new file with mode: 0644]
mach/m68k4/libsys/_fstat.s [new file with mode: 0644]
mach/m68k4/libsys/_ftime.s [new file with mode: 0644]
mach/m68k4/libsys/_getpid.s [new file with mode: 0644]
mach/m68k4/libsys/_gtty.s [new file with mode: 0644]
mach/m68k4/libsys/_ioctl.s [new file with mode: 0644]
mach/m68k4/libsys/_kill.s [new file with mode: 0644]
mach/m68k4/libsys/_link.s [new file with mode: 0644]
mach/m68k4/libsys/_lseek.s [new file with mode: 0644]
mach/m68k4/libsys/_open.s [new file with mode: 0644]
mach/m68k4/libsys/_pause.s [new file with mode: 0644]
mach/m68k4/libsys/_pipe.s [new file with mode: 0644]
mach/m68k4/libsys/_read.s [new file with mode: 0644]
mach/m68k4/libsys/_stty.s [new file with mode: 0644]
mach/m68k4/libsys/_times.s [new file with mode: 0644]
mach/m68k4/libsys/_unlink.s [new file with mode: 0644]
mach/m68k4/libsys/_wait.s [new file with mode: 0644]
mach/m68k4/libsys/_write.s [new file with mode: 0644]