summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-02-29 04:20:19 -0500
committermidipix <writeonce@midipix.org>2016-02-29 04:20:19 -0500
commit686fe4e999d3f82a4c3eec3cbe84ac76322c9ce5 (patch)
treefcc122bfc889cda3ea043fa8b510888a97380caa
parent53d53a0ccce9d64620df27dbec3aa58eb09d7f79 (diff)
downloadcbb-gcc-4.6.4-686fe4e999d3f82a4c3eec3cbe84ac76322c9ce5.tar.bz2
cbb-gcc-4.6.4-686fe4e999d3f82a4c3eec3cbe84ac76322c9ce5.tar.xz
cbb-common.h: render the _GNU_SOURCE definition compatible with -D_GNU_SOURCE.
-rw-r--r--libc/cbb-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/cbb-common.h b/libc/cbb-common.h
index 3bbbdfac7..4e408f06f 100644
--- a/libc/cbb-common.h
+++ b/libc/cbb-common.h
@@ -11,7 +11,7 @@ extern "C" {
/* namespace */
#ifndef _GNU_SOURCE
-#define _GNU_SOURCE
+#define _GNU_SOURCE 1
#endif