ack/plat/linux/libsys
George Koehler f6dc6f6875 Implement isatty() for Linux.
If it understands TIOCGETD, then it is a tty, else it isn't one.  This
seems to help Basic's input statement so I can see the prompt before
I enter my input.
2016-09-20 21:28:37 -04:00
..
_exit.c
_hol0.s
brk.c
close.c Turns out I wasn't building the syscall libraries. Do so. 2016-08-14 11:23:57 +02:00
creat.c
errno.s
getpid.c
gettimeofday.c
ioctl.c Implement isatty() for Linux. 2016-09-20 21:28:37 -04:00
isatty.c Implement isatty() for Linux. 2016-09-20 21:28:37 -04:00
kill.c
libsys.h
lseek.c
open.c
read.c
sbrk.c
signal.c
syscalls.h
unlink.c Add unlink system call. 2016-09-04 19:23:02 +02:00
write.c