diff options
author | hiddenpath <hiddenpath@yandex-team.com> | 2023-11-21 18:49:43 +0300 |
---|---|---|
committer | hiddenpath <hiddenpath@yandex-team.com> | 2023-11-21 21:14:59 +0300 |
commit | 2abd86e5424beaff8e7043e8f49d844be2e242b3 (patch) | |
tree | 44bde8dbcf990dd3fc809260607d30768f4ef4b2 | |
parent | 73e11978aa668d0bd20f74a10879eb08e6c45ad1 (diff) | |
download | ydb-2abd86e5424beaff8e7043e8f49d844be2e242b3.tar.gz |
Remove conflicted typedef from linux-headers
Патч сложу отдельным ПРом: https://a.yandex-team.ru/review/4892590/details
-rw-r--r-- | contrib/libs/linux-headers/linux/types.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/linux-headers/linux/types.h b/contrib/libs/linux-headers/linux/types.h index e6700138c2..3bda7db6ee 100644 --- a/contrib/libs/linux-headers/linux/types.h +++ b/contrib/libs/linux-headers/linux/types.h @@ -9,8 +9,8 @@ #include <linux/posix_types.h> #ifdef __SIZEOF_INT128__ -typedef __signed__ __int128 __s128 __attribute__((aligned(16))); -typedef unsigned __int128 __u128 __attribute__((aligned(16))); +// typedef __signed__ __int128 __s128 __attribute__((aligned(16))); +// typedef unsigned __int128 __u128 __attribute__((aligned(16))); #endif /* |