diff options
author | Rob Landley <rob@landley.net> | 2006-08-10 01:08:41 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-08-10 01:08:41 +0000 |
commit | b988462d3e419559cf34c59d06323c59ba0a38df (patch) | |
tree | 5bed687786c68a4483a3184fa959dcd2d99a3b84 | |
parent | 519d7df930d2ac14b7a833c0255a4a5abd5a329b (diff) | |
download | busybox-b988462d3e419559cf34c59d06323c59ba0a38df.tar.gz |
Ok, features.h already defines _OPEN_SOURCE (and complains if it's already
defined), yet it's not doing it for scripts/individual for some reason.
(I hate fighting with header files.)
-rw-r--r-- | include/platform.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/platform.h b/include/platform.h index a4ff9b8d7..ca6f3634f 100644 --- a/include/platform.h +++ b/include/platform.h @@ -154,7 +154,6 @@ __extension__ typedef unsigned long long __u64; #if defined __GLIBC__ || defined __UCLIBC__ \ || defined __dietlibc__ || defined _NEWLIB_VERSION -#define _XOPEN_SOURCE #include <features.h> #define HAVE_FEATURES_H #include <stdint.h> |