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-w32-b988462d3e419559cf34c59d06323c59ba0a38df.tar.gz busybox-w32-b988462d3e419559cf34c59d06323c59ba0a38df.tar.bz2 busybox-w32-b988462d3e419559cf34c59d06323c59ba0a38df.zip |
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; | |||
154 | 154 | ||
155 | #if defined __GLIBC__ || defined __UCLIBC__ \ | 155 | #if defined __GLIBC__ || defined __UCLIBC__ \ |
156 | || defined __dietlibc__ || defined _NEWLIB_VERSION | 156 | || defined __dietlibc__ || defined _NEWLIB_VERSION |
157 | #define _XOPEN_SOURCE | ||
158 | #include <features.h> | 157 | #include <features.h> |
159 | #define HAVE_FEATURES_H | 158 | #define HAVE_FEATURES_H |
160 | #include <stdint.h> | 159 | #include <stdint.h> |