unconditionally define feature test macros

This commit is contained in:
cathugger 2019-03-31 19:36:58 +00:00
parent 33162701fe
commit 4fb82c8902
No known key found for this signature in database
GPG key ID: 9BADDA2DAF6F01A8
3 changed files with 0 additions and 6 deletions

2
main.c
View file

@ -1,6 +1,4 @@
#ifdef __GLIBC__
#define _POSIX_C_SOURCE 200112L
#endif
#include <stdio.h>
#include <stdlib.h>

View file

@ -1,6 +1,4 @@
#ifdef __GLIBC__
#define _POSIX_C_SOURCE 200112L
#endif
#include <stdio.h>
#include <stdlib.h>

2
yaml.c
View file

@ -1,6 +1,4 @@
#ifdef __GLIBC__
#define _POSIX_C_SOURCE 200112L
#endif
#include <assert.h>
#include <stdio.h>