mirror of
git://git.musl-libc.org/musl
synced 2025-01-03 04:52:03 +00:00
make sure getw/putw agree with prototypes by defining _GNU_SOURCE
This commit is contained in:
parent
25b88f0810
commit
98eddc6776
@ -1,3 +1,4 @@
|
|||||||
|
#define _GNU_SOURCE
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
int getw(FILE *f)
|
int getw(FILE *f)
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#define _GNU_SOURCE
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
int putw(int x, FILE *f)
|
int putw(int x, FILE *f)
|
||||||
|
Loading…
Reference in New Issue
Block a user