added new routines for ansi
authoreck <none@none>
Fri, 19 Jan 1990 15:17:33 +0000 (15:17 +0000)
committereck <none@none>
Fri, 19 Jan 1990 15:17:33 +0000 (15:17 +0000)
commit86b0d0bc80d1f5a847d926eecd3b863fb1269e57
tree0c3274280dd2faea102e1ad4e7f87bf2ee506fca
parentf21378d6963271ba4b9836050359f7d0ed7e5d18
added new routines for ansi
26 files changed:
mach/sun3/libsys/LIST
mach/sun3/libsys/_alarm.c [new file with mode: 0644]
mach/sun3/libsys/_close.s [new file with mode: 0644]
mach/sun3/libsys/_dup2.s [new file with mode: 0644]
mach/sun3/libsys/_execl.c [new file with mode: 0644]
mach/sun3/libsys/_fork.s [new file with mode: 0644]
mach/sun3/libsys/_ftime.c [new file with mode: 0644]
mach/sun3/libsys/_getpid.s [new file with mode: 0644]
mach/sun3/libsys/_getrusage.s [new file with mode: 0644]
mach/sun3/libsys/_gettimday.s [new file with mode: 0644]
mach/sun3/libsys/_gtty.c [new file with mode: 0644]
mach/sun3/libsys/_ioctl.s [new file with mode: 0644]
mach/sun3/libsys/_kill.s [new file with mode: 0644]
mach/sun3/libsys/_link.s [new file with mode: 0644]
mach/sun3/libsys/_lseek.s [new file with mode: 0644]
mach/sun3/libsys/_open.s [new file with mode: 0644]
mach/sun3/libsys/_pause.c [new file with mode: 0644]
mach/sun3/libsys/_pipe.s [new file with mode: 0644]
mach/sun3/libsys/_read.s [new file with mode: 0644]
mach/sun3/libsys/_setitimer.s [new file with mode: 0644]
mach/sun3/libsys/_sigblock.s [new file with mode: 0644]
mach/sun3/libsys/_sigpause.s [new file with mode: 0644]
mach/sun3/libsys/_unlink.s [new file with mode: 0644]
mach/sun3/libsys/_wait.s [new file with mode: 0644]
mach/sun3/libsys/_write.s [new file with mode: 0644]
mach/sun3/libsys/gtty.c