From 17211253b2298958dfbd9dae79acf96a4d9ca32d Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Fri, 19 Feb 2021 18:25:24 +0100 Subject: libhfcommon not anymore a symlink --- custom_mutators/honggfuzz/libhfcommon/common.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 custom_mutators/honggfuzz/libhfcommon/common.h (limited to 'custom_mutators/honggfuzz/libhfcommon/common.h') diff --git a/custom_mutators/honggfuzz/libhfcommon/common.h b/custom_mutators/honggfuzz/libhfcommon/common.h new file mode 100644 index 00000000..c8cf1329 --- /dev/null +++ b/custom_mutators/honggfuzz/libhfcommon/common.h @@ -0,0 +1,3 @@ +#ifndef LOG_E + #define LOG_E LOG_F +#endif -- cgit 1.4.1