1
0
Mirror von https://github.com/tkuschel/bees.git synchronisiert 2026-05-08 04:59:37 +02:00

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 <bees@furryterror.org>
Dieser Commit ist enthalten in:
Zygo Blaxell
2020-10-20 20:56:50 -04:00
Ursprung 5248985da0
Commit 03627503ec
+1
Datei anzeigen
@@ -20,6 +20,7 @@
#define mutex not_mutex
#include <btrfs/ctree.h>
// Repair the damage
#undef crc32c
#undef min
#undef max
#undef mutex