mirror of
https://github.com/Zygo/bees.git
synced 2025-07-07 02:42:27 +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>
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user