OSDN Git Service

More stuff. Down to only 43 missing functions before BusyBox will
authorEric Andersen <andersen@codepoet.org>
Thu, 10 Aug 2000 19:47:55 +0000 (19:47 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 10 Aug 2000 19:47:55 +0000 (19:47 -0000)
commit56e5d28c812ad3851c02d20df93cd6f00ada64bb
tree465c280227793f76ce052dfc33518a79b0753baa
parentf6715fc37990a65ca16f09b4699459ff3eaa9902
More stuff.  Down to only 43 missing functions before BusyBox will
link.  Fixed socket stuff so it doesn't pull in kernel headers and
stubbed out fork and clone.  A few other header file cleanups.
 -Erik
12 files changed:
Makefile
include/features.h
include/getopt.h
include/stdio.h
include/stdlib.h
include/sys/stat.h
include/sys/uio.h
include/unistd.h
libc/sysdeps/linux/common/glibcstat.h [new file with mode: 0644]
libc/sysdeps/linux/i386/Makefile
libc/sysdeps/linux/i386/bits/uio.h [new file with mode: 0644]
libc/sysdeps/linux/i386/clone.S [new file with mode: 0644]