aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-08-10 01:08:41 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-08-10 01:08:41 +0000
commit5f83c8a3b7e6a01073d0291d0bafa30b7b5afe2b (patch)
tree5bed687786c68a4483a3184fa959dcd2d99a3b84
parent4720f5d1a1b7a324eb7f7956fb7d0c3951b94ac2 (diff)
downloadbusybox-w32-5f83c8a3b7e6a01073d0291d0bafa30b7b5afe2b.tar.gz
busybox-w32-5f83c8a3b7e6a01073d0291d0bafa30b7b5afe2b.tar.bz2
busybox-w32-5f83c8a3b7e6a01073d0291d0bafa30b7b5afe2b.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.) git-svn-id: svn://busybox.net/trunk/busybox@15794 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--include/platform.h1
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>