fix wrong sigaction syscall ABI on mips*, or1k, microblaze, riscv64
[musl] / arch / arm / reloc.h
index 2c2e7f5..d091d2a 100644 (file)
@@ -1,5 +1,3 @@
-#include <endian.h>
-
 #if __BYTE_ORDER == __BIG_ENDIAN
 #define ENDIAN_SUFFIX "eb"
 #else