Stubbed out some more libc functions.
commit9726af20bbd1a40c21451e01a6b5594dc43bc19c
authorMathias Gottschlag <mathias-go@web.de>
Tue, 23 Dec 2008 22:20:05 +0000 (23 23:20 +0100)
committerMathias Gottschlag <mathias-go@web.de>
Tue, 23 Dec 2008 22:20:05 +0000 (23 23:20 +0100)
treed87b93460c3ae8d2af3df09dfbb2f257a82bc122
parentcc4b85f8e6bab340baa80e7bf2d5848d1718ae57
Stubbed out some more libc functions.
19 files changed:
programs/external/CMakeLists.txt [new file with mode: 0644]
programs/include/locale.h [copied from programs/include/sys/time.h with 57% similarity]
programs/include/signal.h
programs/include/sys/select.h [copied from programs/include/sys/time.h with 68% similarity]
programs/include/sys/time.h
programs/include/termio.h [copied from programs/include/sys/time.h with 77% similarity]
programs/include/termios.h
programs/include/unistd.h
programs/libc/CMakeLists.txt
programs/libc/files.c
programs/libc/signal.c
programs/libc/stdio.c
programs/libc/stdlib.c
programs/libc/time.c
programs/libc/unistd.c
shared/include/planlos/syscalls.h
shared/include/stdio.h
system/include/sys/serial.h
system/kernel/sys/syscall.c