From 98eddc677609c20796982f3171165700613e3cf2 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Wed, 4 Jul 2012 12:18:46 -0400 Subject: make sure getw/putw agree with prototypes by defining _GNU_SOURCE --- src/stdio/getw.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stdio/getw.c') diff --git a/src/stdio/getw.c b/src/stdio/getw.c index de9e985a..73d2c0d5 100644 --- a/src/stdio/getw.c +++ b/src/stdio/getw.c @@ -1,3 +1,4 @@ +#define _GNU_SOURCE #include int getw(FILE *f) -- cgit v1.2.1