aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorhexcoder <hexcoder-@users.noreply.github.com>2019-09-13 11:34:50 +0200
committerGitHub <noreply@github.com>2019-09-13 11:34:50 +0200
commit36020c41df88ae863fbc2a148765f9c61c7f8bf8 (patch)
treef728ee952e94bb299bd5fc603009fbcd51dd85cb /include
parent6444bc6a716ea4d00e03c659eb20064550561799 (diff)
parenta67d86c6e2ca58db81f2ddf6d0a4c837be88271d (diff)
downloadAFLplusplus-36020c41df88ae863fbc2a148765f9c61c7f8bf8.tar.gz
Merge branch 'master' into persistent_qemu
Diffstat (limited to 'include')
-rw-r--r--include/afl-fuzz.h2
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