Added entry points for ANSI C
authorceriel <none@none>
Mon, 22 Jan 1990 13:09:29 +0000 (13:09 +0000)
committerceriel <none@none>
Mon, 22 Jan 1990 13:09:29 +0000 (13:09 +0000)
commit1fdf2d2e1924c8a5a7d2b1f1d4cc4a434ea52f9c
treeed2c117a6a9d406fbe6bcc44864ae71930c9cf1b
parent37c64c6e36d56ed187364c900913481f22816947
Added entry points for ANSI C
30 files changed:
mach/mantra/libsys/LIST
mach/mantra/libsys/_alarm.s [new file with mode: 0644]
mach/mantra/libsys/_brk.s [new file with mode: 0644]
mach/mantra/libsys/_close.s [new file with mode: 0644]
mach/mantra/libsys/_creat.s [new file with mode: 0644]
mach/mantra/libsys/_dup.s [new file with mode: 0644]
mach/mantra/libsys/_dup2.s [new file with mode: 0644]
mach/mantra/libsys/_execl.s [new file with mode: 0644]
mach/mantra/libsys/_execve.s [new file with mode: 0644]
mach/mantra/libsys/_fcntl.s [new file with mode: 0644]
mach/mantra/libsys/_fork.s [new file with mode: 0644]
mach/mantra/libsys/_fstat.s [new file with mode: 0644]
mach/mantra/libsys/_ftime.s [new file with mode: 0644]
mach/mantra/libsys/_getpid.s [new file with mode: 0644]
mach/mantra/libsys/_gtty.s [new file with mode: 0644]
mach/mantra/libsys/_ioctl.s [new file with mode: 0644]
mach/mantra/libsys/_kill.s [new file with mode: 0644]
mach/mantra/libsys/_link.s [new file with mode: 0644]
mach/mantra/libsys/_lseek.s [new file with mode: 0644]
mach/mantra/libsys/_open.s [new file with mode: 0644]
mach/mantra/libsys/_pause.s [new file with mode: 0644]
mach/mantra/libsys/_pipe.s [new file with mode: 0644]
mach/mantra/libsys/_read.s [new file with mode: 0644]
mach/mantra/libsys/_stty.s [new file with mode: 0644]
mach/mantra/libsys/_time.s [new file with mode: 0644]
mach/mantra/libsys/_times.s [new file with mode: 0644]
mach/mantra/libsys/_unlink.s [new file with mode: 0644]
mach/mantra/libsys/_wait.s [new file with mode: 0644]
mach/mantra/libsys/_write.s [new file with mode: 0644]
mach/mantra/libsys/brk.s