use _GNU_SOURCE instead of _POSIX_C_SOURCE
This commit is contained in:
parent
774356add1
commit
604e2304fb
|
@ -16,7 +16,7 @@
|
|||
#define _BSD_SOURCE
|
||||
#define _XOPEN_SOURCE 500
|
||||
#define _DEFAULT_SOURCE
|
||||
#define _POSIX_C_SOURCE 200809L
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#include "os.h"
|
||||
#include "qAst.h"
|
||||
|
|
Loading…
Reference in New Issue