mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-04-25 08:16:04 +00:00
unconditionally define feature test macros
This commit is contained in:
parent
33162701fe
commit
4fb82c8902
3 changed files with 0 additions and 6 deletions
2
main.c
2
main.c
|
@ -1,6 +1,4 @@
|
||||||
#ifdef __GLIBC__
|
|
||||||
#define _POSIX_C_SOURCE 200112L
|
#define _POSIX_C_SOURCE 200112L
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
2
worker.c
2
worker.c
|
@ -1,6 +1,4 @@
|
||||||
#ifdef __GLIBC__
|
|
||||||
#define _POSIX_C_SOURCE 200112L
|
#define _POSIX_C_SOURCE 200112L
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
2
yaml.c
2
yaml.c
|
@ -1,6 +1,4 @@
|
||||||
#ifdef __GLIBC__
|
|
||||||
#define _POSIX_C_SOURCE 200112L
|
#define _POSIX_C_SOURCE 200112L
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue