mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
fix failure of sh reloc.h to properly detect endianness for ldso name
versions of reloc.h that rely on endian macros much include endian.h to ensure they are available.
This commit is contained in:
parent
abead1be6d
commit
7faee5fa0d
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#include <endian.h>
|
||||
|
||||
#if __BYTE_ORDER == __BIG_ENDIAN
|
||||
#define ENDIAN_SUFFIX "eb"
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue