ack/plat/cpm/libsys
David Given 36ab90385f Change sbrk() to take an int rather than an intptr_t (following the OpenBSD way
rather than the Linux way; various non-C bits of the ACK assume it takes an
int, so it's cleaner).
2016-11-23 22:06:24 +01:00
..
_bdos.s Added cpm platform. 2007-04-27 22:42:41 +00:00
_hol0.s Added cpm platform. 2007-04-27 22:42:41 +00:00
_inn2.s Added cpm platform. 2007-04-27 22:42:41 +00:00
_trap.s Fixed the trap code to write out the error message correctly. 2007-04-29 20:47:48 +00:00
brk.c Change sbrk() to take an int rather than an intptr_t (following the OpenBSD way 2016-11-23 22:06:24 +01:00
build.lua Fix dependency error (only shows up with make, not ninja. Odd). 2016-08-15 00:46:43 +02:00
close.c Added cpm platform. 2007-04-27 22:42:41 +00:00
creat.c Added cpm platform. 2007-04-27 22:42:41 +00:00
errno.s Added cpm platform. 2007-04-27 22:42:41 +00:00
getpid.c Added cpm platform. 2007-04-27 22:42:41 +00:00
isatty.c Added cpm platform. 2007-04-27 22:42:41 +00:00
kill.c Added cpm platform. 2007-04-27 22:42:41 +00:00
lseek.c Added cpm platform. 2007-04-27 22:42:41 +00:00
open.c Added cpm platform. 2007-04-27 22:42:41 +00:00
read.c Added cpm platform. 2007-04-27 22:42:41 +00:00
signal.c Added cpm platform. 2007-04-27 22:42:41 +00:00
time.c Added cpm platform. 2007-04-27 22:42:41 +00:00
write.c Added cpm platform. 2007-04-27 22:42:41 +00:00