use _GNU_SOURCE instead of _POSIX_C_SOURCE

This commit is contained in:
Shuduo Sang 2020-11-07 22:19:56 +08:00
parent 774356add1
commit 604e2304fb
1 changed files with 1 additions and 1 deletions

View File

@ -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"