Improved user space headers.
commit0219e590b01c45f75bd69c8628fad83c436f78a0
authorMathias Gottschlag <mathias-go@web.de>
Sun, 21 Dec 2008 01:07:55 +0000 (21 02:07 +0100)
committerMathias Gottschlag <mathias-go@web.de>
Sun, 21 Dec 2008 01:07:55 +0000 (21 02:07 +0100)
treed438293630039b2422d93849912998f3ae32fea8
parent4208814e1e75788abe40bb0bb51e893779d99a01
Improved user space headers.
15 files changed:
programs/include/arpa/inet.h [copied from shared/include/stdlib.h with 58% similarity]
programs/include/netdb.h [new file with mode: 0644]
programs/include/netinet/in.h [copied from programs/libc/stdlib.c with 81% similarity]
programs/include/signal.h
programs/include/sys/socket.h [new file with mode: 0644]
programs/libc/CMakeLists.txt
programs/libc/files.c
programs/libc/inet.c [copied from programs/libc/stdlib.c with 54% similarity]
programs/libc/netdb.c [new file with mode: 0644]
programs/libc/signal.c [copied from programs/libc/stdlib.c with 65% similarity]
programs/libc/socket.c [new file with mode: 0644]
programs/libc/stdio.c
programs/libc/stdlib.c
shared/include/stdio.h
shared/include/stdlib.h