diff options
| author | van Hauser <vh@thc.org> | 2020-02-09 09:43:33 +0100 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-02-09 09:43:33 +0100 |
| commit | e2ef2428986f45add509a6402de76678ca75b5da (patch) | |
| tree | 264023d6e4f59fe622e6705c45fe8368a753892a /libdislocator/libdislocator.so.c | |
| parent | 49acc388dd9d318cfe7aa7766be7eea0daf2cbf1 (diff) | |
| download | afl++-e2ef2428986f45add509a6402de76678ca75b5da.tar.gz | |
fuzzer_stat eps is now overall not current, clang-format fixed to v8
Diffstat (limited to 'libdislocator/libdislocator.so.c')
| -rw-r--r-- | libdislocator/libdislocator.so.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdislocator/libdislocator.so.c b/libdislocator/libdislocator.so.c index bb767495..a0795c87 100644 --- a/libdislocator/libdislocator.so.c +++ b/libdislocator/libdislocator.so.c @@ -68,7 +68,8 @@ #include "config.h" #include "types.h" -#if __STDC_VERSION__ < 201112L || (defined(__FreeBSD__) && __FreeBSD_version < 1200000) +#if __STDC_VERSION__ < 201112L || \ + (defined(__FreeBSD__) && __FreeBSD_version < 1200000) // use this hack if not C11 typedef struct { |
