diff options
Diffstat (limited to 'include/endian.h')
-rw-r--r-- | include/endian.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/endian.h b/include/endian.h index f522cfe386..e6313ba994 100644 --- a/include/endian.h +++ b/include/endian.h @@ -1,6 +1,6 @@ #include <string/endian.h> -#ifdef _LIBC +#if defined _LIBC && !defined _ISOMAC # if __FLOAT_WORD_ORDER == __BIG_ENDIAN # define BIG_ENDI 1 # undef LITTLE_ENDI |