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-12-17 17:54:51 -05:00
Ursprung 5248985da0
Commit 03627503ec
+1
Datei anzeigen
@@ -20,6 +20,7 @@
#define mutex not_mutex #define mutex not_mutex
#include <btrfs/ctree.h> #include <btrfs/ctree.h>
// Repair the damage // Repair the damage
#undef crc32c
#undef min #undef min
#undef max #undef max
#undef mutex #undef mutex