Added entry points for ANSI C
authorceriel <none@none>
Mon, 22 Jan 1990 14:15:55 +0000 (14:15 +0000)
committerceriel <none@none>
Mon, 22 Jan 1990 14:15:55 +0000 (14:15 +0000)
commit9f0c356194171909455f4c84b7e2f9296b676612
tree7c614989058aa9de32e3e5f0c6eaa912b69234b2
parent5241920b3cb247d61cfbf2129afae71524dccc1c
Added entry points for ANSI C
26 files changed:
mach/pmds4/libsys/LIST
mach/pmds4/libsys/_alarm.s [new file with mode: 0644]
mach/pmds4/libsys/_close.s [new file with mode: 0644]
mach/pmds4/libsys/_creat.s [new file with mode: 0644]
mach/pmds4/libsys/_dup.s [new file with mode: 0644]
mach/pmds4/libsys/_exec.s [new file with mode: 0644]
mach/pmds4/libsys/_fork.s [new file with mode: 0644]
mach/pmds4/libsys/_fstat.s [new file with mode: 0644]
mach/pmds4/libsys/_getpid.s [new file with mode: 0644]
mach/pmds4/libsys/_gtty.s [new file with mode: 0644]
mach/pmds4/libsys/_ioctl.s [new file with mode: 0644]
mach/pmds4/libsys/_kill.s [new file with mode: 0644]
mach/pmds4/libsys/_link.s [new file with mode: 0644]
mach/pmds4/libsys/_lseek.s [new file with mode: 0644]
mach/pmds4/libsys/_open.s [new file with mode: 0644]
mach/pmds4/libsys/_pause.s [new file with mode: 0644]
mach/pmds4/libsys/_pipe.s [new file with mode: 0644]
mach/pmds4/libsys/_read.s [new file with mode: 0644]
mach/pmds4/libsys/_sbrk.s [new file with mode: 0644]
mach/pmds4/libsys/_stty.s [new file with mode: 0644]
mach/pmds4/libsys/_time.s [new file with mode: 0644]
mach/pmds4/libsys/_times.s [new file with mode: 0644]
mach/pmds4/libsys/_unlink.s [new file with mode: 0644]
mach/pmds4/libsys/_wait.s [new file with mode: 0644]
mach/pmds4/libsys/_write.s [new file with mode: 0644]
mach/pmds4/libsys/sbrk.s