diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-08-10 19:47:55 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-08-10 19:47:55 +0000 |
commit | 56e5d28c812ad3851c02d20df93cd6f00ada64bb (patch) | |
tree | 465c280227793f76ce052dfc33518a79b0753baa /include/features.h | |
parent | f6715fc37990a65ca16f09b4699459ff3eaa9902 (diff) |
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
Diffstat (limited to 'include/features.h')
-rw-r--r-- | include/features.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/features.h b/include/features.h index e890edebe..b7dfd21c5 100644 --- a/include/features.h +++ b/include/features.h @@ -41,6 +41,7 @@ #define __USE_BSD #define __USE_MISC #define __USE_POSIX +#define __USE_POSIX2 #define _POSIX_THREAD_SAFE_FUNCTIONS #include <sys/cdefs.h> |