Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1318)

Unified Diff: build/common.gypi

Issue 1411473004: Drop _DEFAULT_SOURCE and _BSD_SOURCE defines (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « SConstruct ('k') | build/untrusted.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index e3ad9fb49d7c8412756242e63562a185dd761d36..fdc983118f5fc6361af53c374f86a3fd0d14af4e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -436,8 +436,6 @@
'-Wl,-z,noexecstack',
],
'defines': [
- '_DEFAULT_SOURCE=1',
- '_BSD_SOURCE=1',
'_POSIX_C_SOURCE=199506',
'_XOPEN_SOURCE=600',
'_GNU_SOURCE=1',
« no previous file with comments | « SConstruct ('k') | build/untrusted.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698