mirror of
https://github.com/systemd/systemd.git
synced 2025-01-26 14:04:03 +03: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…
x
Reference in New Issue
Block a user