summaryrefslogtreecommitdiff
path: root/libc/misc/wchar
diff options
context:
space:
mode:
Diffstat (limited to 'libc/misc/wchar')
-rw-r--r--libc/misc/wchar/wchar.c1
-rw-r--r--libc/misc/wchar/wstdio.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/libc/misc/wchar/wchar.c b/libc/misc/wchar/wchar.c
index 7beef1595..099769c2f 100644
--- a/libc/misc/wchar/wchar.c
+++ b/libc/misc/wchar/wchar.c
@@ -98,7 +98,6 @@
* Manuel
*/
-#define _GNU_SOURCE
#define _ISOC99_SOURCE
#include <errno.h>
#include <stddef.h>
diff --git a/libc/misc/wchar/wstdio.c b/libc/misc/wchar/wstdio.c
index 00311a41d..84d98b64a 100644
--- a/libc/misc/wchar/wstdio.c
+++ b/libc/misc/wchar/wstdio.c
@@ -49,7 +49,6 @@
* Should auto_wr_transition init the mbstate object?
*/
-#define _GNU_SOURCE
#include <stdio.h>
#include <wchar.h>
#include <limits.h>