Added entry points for ANSI C

This commit is contained in:
ceriel
1990-01-22 13:41:58 +00:00
parent 8fd07efa80
commit bf95ea8fd9
28 changed files with 609 additions and 1 deletions

View File

@@ -22,7 +22,6 @@ execl.s
execle.s
execv.s
execve.s
_exit.s
fork.s
fstat.s
ftime.s
@@ -62,3 +61,31 @@ utime.s
wait.s
write.s
errno.s
_alarm.s
_brk.s
_close.s
_creat.s
_dup.s
_dup2.s
_execl.s
_execve.s
_exit.s
_fork.s
_fstat.s
_ftime.s
_getpid.s
_gtty.s
_ioctl.s
_kill.s
_link.s
_lseek.s
_open.s
_pause.s
_pipe.s
_read.s
_sbrk.s
_stty.s
_times.s
_unlink.s
_wait.s
_write.s