diff options
Diffstat (limited to 'include/osl')
-rw-r--r-- | include/osl/endian.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osl/endian.h b/include/osl/endian.h index ebc48541230b..ca3640b8d4a5 100644 --- a/include/osl/endian.h +++ b/include/osl/endian.h @@ -65,7 +65,7 @@ extern "C" { # elif BYTE_ORDER == BIG_ENDIAN # define OSL_BIGENDIAN # endif -#elif defined SOLARIS +#elif defined __sun # include <sys/isa_defs.h> # if defined _LITTLE_ENDIAN # define OSL_LITENDIAN |