Added entry points for ANSI C
authorceriel <none@none>
Mon, 22 Jan 1990 13:41:58 +0000 (13:41 +0000)
committerceriel <none@none>
Mon, 22 Jan 1990 13:41:58 +0000 (13:41 +0000)
commitbf95ea8fd94e5b1a7d964170c3b2b5877f037e29
tree7f14754ef1c3a246e2a5c8bd7dff1566ff221327
parent8fd07efa802a2b57bfb49e881b4df0f230b5b4bb
Added entry points for ANSI C
28 files changed:
mach/ns/libsys/LIST
mach/ns/libsys/_alarm.s [new file with mode: 0644]
mach/ns/libsys/_brk.s [new file with mode: 0644]
mach/ns/libsys/_close.s [new file with mode: 0644]
mach/ns/libsys/_creat.s [new file with mode: 0644]
mach/ns/libsys/_dup.s [new file with mode: 0644]
mach/ns/libsys/_dup2.s [new file with mode: 0644]
mach/ns/libsys/_execl.s [new file with mode: 0644]
mach/ns/libsys/_execve.s [new file with mode: 0644]
mach/ns/libsys/_fork.s [new file with mode: 0644]
mach/ns/libsys/_fstat.s [new file with mode: 0644]
mach/ns/libsys/_ftime.s [new file with mode: 0644]
mach/ns/libsys/_getpid.s [new file with mode: 0644]
mach/ns/libsys/_gtty.s [new file with mode: 0644]
mach/ns/libsys/_ioctl.s [new file with mode: 0644]
mach/ns/libsys/_kill.s [new file with mode: 0644]
mach/ns/libsys/_link.s [new file with mode: 0644]
mach/ns/libsys/_lseek.s [new file with mode: 0644]
mach/ns/libsys/_open.s [new file with mode: 0644]
mach/ns/libsys/_pause.s [new file with mode: 0644]
mach/ns/libsys/_pipe.s [new file with mode: 0644]
mach/ns/libsys/_read.s [new file with mode: 0644]
mach/ns/libsys/_sbrk.s [new file with mode: 0644]
mach/ns/libsys/_stty.s [new file with mode: 0644]
mach/ns/libsys/_times.s [new file with mode: 0644]
mach/ns/libsys/_unlink.s [new file with mode: 0644]
mach/ns/libsys/_wait.s [new file with mode: 0644]
mach/ns/libsys/_write.s [new file with mode: 0644]