Added entry points for ANSI C
authorceriel <none@none>
Mon, 22 Jan 1990 11:24:37 +0000 (11:24 +0000)
committerceriel <none@none>
Mon, 22 Jan 1990 11:24:37 +0000 (11:24 +0000)
commitc6d87355db3f0a476a28c92fb514d214415736ca
treea87144805c3f3dcfde7816b2c92573cb18a1b0e7
parent68e198f375ae455b915fb1e0e3380031cb2b2a49
Added entry points for ANSI C
25 files changed:
mach/pdp/libsys/LIST
mach/pdp/libsys/_alarm.s [new file with mode: 0644]
mach/pdp/libsys/_close.s [new file with mode: 0644]
mach/pdp/libsys/_creat.s [new file with mode: 0644]
mach/pdp/libsys/_dup.s [new file with mode: 0644]
mach/pdp/libsys/_execl.s [new file with mode: 0644]
mach/pdp/libsys/_fork.s [new file with mode: 0644]
mach/pdp/libsys/_fstat.s [new file with mode: 0644]
mach/pdp/libsys/_ftime.s [new file with mode: 0644]
mach/pdp/libsys/_getpid.s [new file with mode: 0644]
mach/pdp/libsys/_gtty.c [new file with mode: 0644]
mach/pdp/libsys/_ioctl.s [new file with mode: 0644]
mach/pdp/libsys/_kill.s [new file with mode: 0644]
mach/pdp/libsys/_link.s [new file with mode: 0644]
mach/pdp/libsys/_lseek.s [new file with mode: 0644]
mach/pdp/libsys/_open.s [new file with mode: 0644]
mach/pdp/libsys/_pause.s [new file with mode: 0644]
mach/pdp/libsys/_pipe.s [new file with mode: 0644]
mach/pdp/libsys/_read.s [new file with mode: 0644]
mach/pdp/libsys/_sbrk.s [new file with mode: 0644]
mach/pdp/libsys/_unlink.s [new file with mode: 0644]
mach/pdp/libsys/_wait.s [new file with mode: 0644]
mach/pdp/libsys/_write.s [new file with mode: 0644]
mach/pdp/libsys/gtty.c
mach/pdp/libsys/stty.c