added new routines for ansi
authoreck <none@none>
Mon, 22 Jan 1990 11:56:01 +0000 (11:56 +0000)
committereck <none@none>
Mon, 22 Jan 1990 11:56:01 +0000 (11:56 +0000)
commita940c44ae5225916956a135a3bd1a02364136977
tree0108f14dc8a4f928fb8fdaead4d82e065a6a290f
parentdbe88218e4ee85ebaa81454c9578702a47ac9303
added new routines for ansi
35 files changed:
mach/sun2/libsys/LIST
mach/sun2/libsys/_alarm.c [new file with mode: 0644]
mach/sun2/libsys/_close.s [new file with mode: 0644]
mach/sun2/libsys/_creat.s [new file with mode: 0644]
mach/sun2/libsys/_dup.s [new file with mode: 0644]
mach/sun2/libsys/_dup2.s [new file with mode: 0644]
mach/sun2/libsys/_execl.c [new file with mode: 0644]
mach/sun2/libsys/_execve.s [new file with mode: 0644]
mach/sun2/libsys/_fcntl.s [new file with mode: 0644]
mach/sun2/libsys/_fork.s [new file with mode: 0644]
mach/sun2/libsys/_fstat.s [new file with mode: 0644]
mach/sun2/libsys/_ftime.c [new file with mode: 0644]
mach/sun2/libsys/_getpid.s [new file with mode: 0644]
mach/sun2/libsys/_getrusage.s [new file with mode: 0644]
mach/sun2/libsys/_gettimday.s [new file with mode: 0644]
mach/sun2/libsys/_gtty.c [new file with mode: 0644]
mach/sun2/libsys/_ioctl.s [new file with mode: 0644]
mach/sun2/libsys/_kill.s [new file with mode: 0644]
mach/sun2/libsys/_link.s [new file with mode: 0644]
mach/sun2/libsys/_lseek.s [new file with mode: 0644]
mach/sun2/libsys/_open.s [new file with mode: 0644]
mach/sun2/libsys/_pause.c [new file with mode: 0644]
mach/sun2/libsys/_pipe.s [new file with mode: 0644]
mach/sun2/libsys/_read.s [new file with mode: 0644]
mach/sun2/libsys/_sbrk.s [new file with mode: 0644]
mach/sun2/libsys/_setitimer.s [new file with mode: 0644]
mach/sun2/libsys/_sigblock.s [new file with mode: 0644]
mach/sun2/libsys/_sigpause.s [new file with mode: 0644]
mach/sun2/libsys/_stty.c [new file with mode: 0644]
mach/sun2/libsys/_times.c [new file with mode: 0644]
mach/sun2/libsys/_unlink.s [new file with mode: 0644]
mach/sun2/libsys/_wait.s [new file with mode: 0644]
mach/sun2/libsys/_write.s [new file with mode: 0644]
mach/sun2/libsys/gtty.c
mach/sun2/libsys/stty.c