Added entry points for ANSI C
authorceriel <none@none>
Fri, 19 Jan 1990 17:05:29 +0000 (17:05 +0000)
committerceriel <none@none>
Fri, 19 Jan 1990 17:05:29 +0000 (17:05 +0000)
commitb2ce4472b53c22a0c1ea961a59245a15f281abd4
tree6c3031a44f8ac246b946f07685ed4216c48eee9d
parent5c228063bc0a8ed3dcbce9b0801e51d7dde5092b
Added entry points for ANSI C
23 files changed:
mach/i86/libsys/LIST
mach/i86/libsys/_alarm.s [new file with mode: 0644]
mach/i86/libsys/_brk.s [new file with mode: 0644]
mach/i86/libsys/_close.s [new file with mode: 0644]
mach/i86/libsys/_execl.s [new file with mode: 0644]
mach/i86/libsys/_execve.s [new file with mode: 0644]
mach/i86/libsys/_fork.s [new file with mode: 0644]
mach/i86/libsys/_fstat.s [new file with mode: 0644]
mach/i86/libsys/_ftime.s [new file with mode: 0644]
mach/i86/libsys/_getpid.s [new file with mode: 0644]
mach/i86/libsys/_gtty.s [new file with mode: 0644]
mach/i86/libsys/_ioctl.s [new file with mode: 0644]
mach/i86/libsys/_kill.s [new file with mode: 0644]
mach/i86/libsys/_link.s [new file with mode: 0644]
mach/i86/libsys/_lseek.s [new file with mode: 0644]
mach/i86/libsys/_open.s [new file with mode: 0644]
mach/i86/libsys/_pause.s [new file with mode: 0644]
mach/i86/libsys/_pipe.s [new file with mode: 0644]
mach/i86/libsys/_read.s [new file with mode: 0644]
mach/i86/libsys/_sbrk.s [new file with mode: 0644]
mach/i86/libsys/_unlink.s [new file with mode: 0644]
mach/i86/libsys/_wait.s [new file with mode: 0644]
mach/i86/libsys/_write.s [new file with mode: 0644]