diff options
author | vanhauser-thc <vh@thc.org> | 2021-03-19 16:06:06 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-03-19 16:06:06 +0100 |
commit | 2102264acf5c271b7560a82771b3af8136af9354 (patch) | |
tree | 56cce5a15206634bd1877c428a5b15c064d7fa53 /test-instr.c | |
parent | e73c7c59c14d0bff1c1b25aa264fe18b7cdcddaf (diff) | |
download | afl++-2102264acf5c271b7560a82771b3af8136af9354.tar.gz |
fix for new llvm 13 change
Diffstat (limited to 'test-instr.c')
-rw-r--r-- | test-instr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-instr.c b/test-instr.c index 4129a5b4..13d4eb93 100644 --- a/test-instr.c +++ b/test-instr.c @@ -19,7 +19,7 @@ #include <fcntl.h> #ifdef TEST_SHARED_OBJECT -#define main main_exported + #define main main_exported #endif int main(int argc, char **argv) { |