diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-25 02:23:38 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-02-25 02:35:34 +0300 |
commit | 58ab335856cb83c1087c2597e21ec94e3f62348b (patch) | |
tree | 802bacc7ed2223bf9f0923655e4523eb422e1354 /contrib/libs/cxxsupp/builtins | |
parent | f9e45d9dd1fc7c858cb65aac7b3bf357b443545c (diff) | |
download | ydb-58ab335856cb83c1087c2597e21ec94e3f62348b.tar.gz |
Disable Solaris-specific includes
4f153b26762c99335ff9614130e0b7511138685b
Diffstat (limited to 'contrib/libs/cxxsupp/builtins')
-rw-r--r-- | contrib/libs/cxxsupp/builtins/int_endianness.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/cxxsupp/builtins/int_endianness.h b/contrib/libs/cxxsupp/builtins/int_endianness.h index 7995ddbb95..5aca6d29c1 100644 --- a/contrib/libs/cxxsupp/builtins/int_endianness.h +++ b/contrib/libs/cxxsupp/builtins/int_endianness.h @@ -31,7 +31,7 @@ #else /* Compilers other than Clang or GCC. */ #if defined(__SVR4) && defined(__sun) -#include <sys/byteorder.h> +#error #include <sys/byteorder.h> #if defined(_BIG_ENDIAN) #define _YUGA_LITTLE_ENDIAN 0 |