Added entry points for ANSI C
authorceriel <none@none>
Mon, 22 Jan 1990 11:01:47 +0000 (11:01 +0000)
committerceriel <none@none>
Mon, 22 Jan 1990 11:01:47 +0000 (11:01 +0000)
commit67f0c958882ec1032f3949ecacf425b542d0f9ed
tree8fc124061de3a75d26646742c4f13e3bdee973d4
parent69e2ddcb49a7b103df8075d511710adddc60ccd9
Added entry points for ANSI C
36 files changed:
mach/i386/libsys/LIST
mach/i386/libsys/_alarm.s [new file with mode: 0644]
mach/i386/libsys/_brk.s [new file with mode: 0644]
mach/i386/libsys/_close.s [new file with mode: 0644]
mach/i386/libsys/_creat.s [new file with mode: 0644]
mach/i386/libsys/_dup.c [new file with mode: 0644]
mach/i386/libsys/_dup2.c [new file with mode: 0644]
mach/i386/libsys/_execl.c [new file with mode: 0644]
mach/i386/libsys/_execve.s [new file with mode: 0644]
mach/i386/libsys/_fork.s [new file with mode: 0644]
mach/i386/libsys/_fstat.s [new file with mode: 0644]
mach/i386/libsys/_ftime.s [new file with mode: 0644]
mach/i386/libsys/_getpid.s [new file with mode: 0644]
mach/i386/libsys/_gtty.c [new file with mode: 0644]
mach/i386/libsys/_ioctl.s [new file with mode: 0644]
mach/i386/libsys/_kill.s [new file with mode: 0644]
mach/i386/libsys/_link.s [new file with mode: 0644]
mach/i386/libsys/_lseek.s [new file with mode: 0644]
mach/i386/libsys/_open.s [new file with mode: 0644]
mach/i386/libsys/_pause.s [new file with mode: 0644]
mach/i386/libsys/_pipe.c [new file with mode: 0644]
mach/i386/libsys/_read.s [new file with mode: 0644]
mach/i386/libsys/_sbrk.s [new file with mode: 0644]
mach/i386/libsys/_unlink.s [new file with mode: 0644]
mach/i386/libsys/_wait.c [new file with mode: 0644]
mach/i386/libsys/_write.s [new file with mode: 0644]
mach/i386/libsys/pipe.c
mach/i386/libsys/profil.c
mach/i386/libsys/stime.c
mach/i386/libsys/time.c
mach/i386/libsys/wait.c
mach/i386/libsys/xpipe.s [new file with mode: 0644]
mach/i386/libsys/xprofil.s [new file with mode: 0644]
mach/i386/libsys/xstime.s [new file with mode: 0644]
mach/i386/libsys/xtime.s [new file with mode: 0644]
mach/i386/libsys/xwait.s [new file with mode: 0644]