Added entry points for ANSI C
authorceriel <none@none>
Mon, 22 Jan 1990 13:59:43 +0000 (13:59 +0000)
committerceriel <none@none>
Mon, 22 Jan 1990 13:59:43 +0000 (13:59 +0000)
commitee026dd2ab2e84e15ef2ebc112e789a17c0327be
tree190e993ff7c20b45d83f1fcf86ecdfebe07ba597
parent73bfa1d1ab680da4d2afe6516348236b6768af0c
Added entry points for ANSI C
24 files changed:
mach/pmds/libsys/LIST
mach/pmds/libsys/_alarm.s [new file with mode: 0644]
mach/pmds/libsys/_close.s [new file with mode: 0644]
mach/pmds/libsys/_creat.s [new file with mode: 0644]
mach/pmds/libsys/_dup.s [new file with mode: 0644]
mach/pmds/libsys/_exec.s [new file with mode: 0644]
mach/pmds/libsys/_fork.s [new file with mode: 0644]
mach/pmds/libsys/_fstat.s [new file with mode: 0644]
mach/pmds/libsys/_getpid.s [new file with mode: 0644]
mach/pmds/libsys/_gtty.s [new file with mode: 0644]
mach/pmds/libsys/_ioctl.s [new file with mode: 0644]
mach/pmds/libsys/_kill.s [new file with mode: 0644]
mach/pmds/libsys/_link.s [new file with mode: 0644]
mach/pmds/libsys/_lseek.s [new file with mode: 0644]
mach/pmds/libsys/_open.s [new file with mode: 0644]
mach/pmds/libsys/_pause.s [new file with mode: 0644]
mach/pmds/libsys/_pipe.s [new file with mode: 0644]
mach/pmds/libsys/_read.s [new file with mode: 0644]
mach/pmds/libsys/_sbrk.s [new file with mode: 0644]
mach/pmds/libsys/_stty.s [new file with mode: 0644]
mach/pmds/libsys/_time.s [new file with mode: 0644]
mach/pmds/libsys/_unlink.s [new file with mode: 0644]
mach/pmds/libsys/_wait.s [new file with mode: 0644]
mach/pmds/libsys/_write.s [new file with mode: 0644]