diff options
author | midipix <writeonce@midipix.org> | 2016-02-29 04:20:19 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-02-29 04:20:19 -0500 |
commit | 686fe4e999d3f82a4c3eec3cbe84ac76322c9ce5 (patch) | |
tree | fcc122bfc889cda3ea043fa8b510888a97380caa /libc | |
parent | 53d53a0ccce9d64620df27dbec3aa58eb09d7f79 (diff) | |
download | cbb-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.
Diffstat (limited to 'libc')
-rw-r--r-- | libc/cbb-common.h | 2 |
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 |