diff options
author | vanhauser-thc <vh@thc.org> | 2023-07-12 16:08:22 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-07-12 16:08:22 +0200 |
commit | 2a34e845072204b29200bf0e480d1d4f2201b332 (patch) | |
tree | 0e235cddf3824cfd25871de9bb06c422213a1c43 /include/afl-fuzz.h | |
parent | a46d27fad51a8fdd905bb8771bd73eeb2c054895 (diff) | |
download | afl++-2a34e845072204b29200bf0e480d1d4f2201b332.tar.gz |
nits
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 9da5cc03..27668da0 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -31,7 +31,7 @@ #define MESSAGES_TO_STDOUT #ifndef _GNU_SOURCE - #define _GNU_SOURCE 1 + #define _GNU_SOURCE #endif #ifndef _FILE_OFFSET_BITS #define _FILE_OFFSET_BITS 64 |