Index: build/config/nacl/BUILD.gn |
diff --git a/build/config/nacl/BUILD.gn b/build/config/nacl/BUILD.gn |
index 51ebabd79a385eb7a5b688a7d9e3386a5b632121..f13de4a5f013621a03a7aebee063e58230b3d436 100644 |
--- a/build/config/nacl/BUILD.gn |
+++ b/build/config/nacl/BUILD.gn |
@@ -7,11 +7,10 @@ import("//build/config/nacl/config.gni") |
# Native Client Definitions |
config("nacl_defines") { |
defines = [ |
- "_DEFAULT_SOURCE=1", |
- "_BSD_SOURCE=1", |
"_POSIX_C_SOURCE=199506", |
"_XOPEN_SOURCE=600", |
"_GNU_SOURCE=1", |
+ "_DARWIN_C_SOURCE=1", |
Mark Seaborn
2015/10/20 00:21:00
It seems like some of the reasoning from the commi
|
"__STDC_LIMIT_MACROS=1", |
] |
} |