Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-08-10 05:08:41 +0400
committerRob Landley <rob@landley.net>2006-08-10 05:08:41 +0400
commitb988462d3e419559cf34c59d06323c59ba0a38df (patch)
tree5bed687786c68a4483a3184fa959dcd2d99a3b84 /include/platform.h
parent519d7df930d2ac14b7a833c0255a4a5abd5a329b (diff)
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.)
Diffstat (limited to 'include/platform.h')
-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;
#if defined __GLIBC__ || defined __UCLIBC__ \
|| defined __dietlibc__ || defined _NEWLIB_VERSION
-#define _XOPEN_SOURCE
#include <features.h>
#define HAVE_FEATURES_H
#include <stdint.h>