From 193d39d9b78a9e3c0c257b2e1e9f9dd4a7a13349 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 15 May 2026 20:53:25 +0200 Subject: Misc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libtest/mmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtest/mmap.c') diff --git a/libtest/mmap.c b/libtest/mmap.c index c3b3067..3bd3cb3 100644 --- a/libtest/mmap.c +++ b/libtest/mmap.c @@ -8,7 +8,7 @@ #ifdef SYS_mmap2 -# define IF_MMAP2(A) (A) +# define IF_MMAP2(A) do { A; } while (0) #else # define IF_MMAP2(A) ((void)0) #endif -- cgit v1.2.3-70-g09d2