1
0
mirror of https://github.com/Zygo/bees.git synced 2025-05-17 13:25:45 +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:
Zygo Blaxell 2020-10-20 20:56:50 -04:00
parent 5248985da0
commit 03627503ec

View File

@ -20,6 +20,7 @@
#define mutex not_mutex
#include <btrfs/ctree.h>
// Repair the damage
#undef crc32c
#undef min
#undef max
#undef mutex