diff options
Diffstat (limited to 'extra/locale')
-rw-r--r-- | extra/locale/gen_collate.c | 5 | ||||
-rw-r--r-- | extra/locale/gen_locale.c | 1 | ||||
-rw-r--r-- | extra/locale/gen_wc8bit.c | 1 | ||||
-rw-r--r-- | extra/locale/gen_wctype.c | 2 | ||||
-rw-r--r-- | extra/locale/tst_nl_langinfo.c | 2 |
5 files changed, 0 insertions, 11 deletions
diff --git a/extra/locale/gen_collate.c b/extra/locale/gen_collate.c index 0a41a6215..7d90bcd71 100644 --- a/extra/locale/gen_collate.c +++ b/extra/locale/gen_collate.c @@ -15,11 +15,6 @@ * */ - -#ifndef _GNU_SOURCE -#define _GNU_SOURCE -#endif - #include <stddef.h> #include <stdio.h> #include <stdlib.h> diff --git a/extra/locale/gen_locale.c b/extra/locale/gen_locale.c index 388f543c5..b44be318e 100644 --- a/extra/locale/gen_locale.c +++ b/extra/locale/gen_locale.c @@ -1,4 +1,3 @@ -#define _GNU_SOURCE #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/extra/locale/gen_wc8bit.c b/extra/locale/gen_wc8bit.c index 510b4e25f..cf72a180c 100644 --- a/extra/locale/gen_wc8bit.c +++ b/extra/locale/gen_wc8bit.c @@ -1,4 +1,3 @@ -#define _GNU_SOURCE #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/extra/locale/gen_wctype.c b/extra/locale/gen_wctype.c index 72be49c40..c29c1b952 100644 --- a/extra/locale/gen_wctype.c +++ b/extra/locale/gen_wctype.c @@ -1,5 +1,3 @@ - -#define _GNU_SOURCE #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/extra/locale/tst_nl_langinfo.c b/extra/locale/tst_nl_langinfo.c index 373f9343c..fcf2fe2eb 100644 --- a/extra/locale/tst_nl_langinfo.c +++ b/extra/locale/tst_nl_langinfo.c @@ -1,5 +1,3 @@ -#define _GNU_SOURCE - #include <locale.h> #include <stdio.h> #include <stdlib.h> |