From 97e75f4ed2d6a3d9ad8f87547e14f36cbdf72826 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Tue, 14 Jan 2025 19:00:26 +0100 Subject: Add file locking to any_log --- test/log.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/log.c') diff --git a/test/log.c b/test/log.c index 53205d8..b6e2560 100644 --- a/test/log.c +++ b/test/log.c @@ -1,5 +1,6 @@ #include +#define ANY_LOG_LOCKING #define ANY_LOG_IMPLEMENT #define ANY_LOG_MODULE "test" @@ -22,6 +23,7 @@ #define ANY_LOG_VALUE_AFTER(level, module, func, message) "}\n" #include "any_log.h" + struct pair { const char *s1, *s2; }; -- cgit v1.2.3