mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-28 06:35:34 +07:00
volume_id: fail on undefined __BYTE_ORDER
This commit is contained in:
parent
1893cf588f
commit
c2175d2524
@ -20,7 +20,7 @@
|
||||
|
||||
#include "md5.h"
|
||||
|
||||
#if !(__BYTE_ORDER == __LITTLE_ENDIAN) && !(__BYTE_ORDER == __BIG_ENDIAN)
|
||||
#if !defined __BYTE_ORDER || !(__BYTE_ORDER == __LITTLE_ENDIAN) && !(__BYTE_ORDER == __BIG_ENDIAN)
|
||||
#error missing __BYTE_ORDER
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user