From 03627503ecda8351c7376c08d4f4d4548b341a2d Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Tue, 20 Oct 2020 20:56:50 -0400 Subject: [PATCH] include: #undef crc32c Some versions of linux-libc header files define a macro named 'crc32c'. We want to use that name too, so #undef it. Signed-off-by: Zygo Blaxell --- include/crucible/btrfs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/crucible/btrfs.h b/include/crucible/btrfs.h index c05b7d6..2792679 100644 --- a/include/crucible/btrfs.h +++ b/include/crucible/btrfs.h @@ -20,6 +20,7 @@ #define mutex not_mutex #include // Repair the damage +#undef crc32c #undef min #undef max #undef mutex