diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2019-09-13 11:34:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-13 11:34:50 +0200 |
commit | 36020c41df88ae863fbc2a148765f9c61c7f8bf8 (patch) | |
tree | f728ee952e94bb299bd5fc603009fbcd51dd85cb /include/afl-fuzz.h | |
parent | 6444bc6a716ea4d00e03c659eb20064550561799 (diff) | |
parent | a67d86c6e2ca58db81f2ddf6d0a4c837be88271d (diff) | |
download | afl++-36020c41df88ae863fbc2a148765f9c61c7f8bf8.tar.gz |
Merge branch 'master' into persistent_qemu
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index ff0b239c..aa879a40 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -30,7 +30,7 @@ #define MESSAGES_TO_STDOUT #ifndef _GNU_SOURCE -#define _GNU_SOURCE +#define _GNU_SOURCE 1 #endif #define _FILE_OFFSET_BITS 64 |