Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 708430 | Differences between
and this patch

Collapse All | Expand All

(-)compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cc.orig (-1 / +1 lines)
Lines 1128-1134 Link Here
1128
CHECK_SIZE_AND_OFFSET(ipc_perm, cgid);
1128
CHECK_SIZE_AND_OFFSET(ipc_perm, cgid);
1129
#if !defined(__aarch64__) || !SANITIZER_LINUX || __GLIBC_PREREQ (2, 21)
1129
#if !defined(__aarch64__) || !SANITIZER_LINUX || __GLIBC_PREREQ (2, 21)
1130
/* On aarch64 glibc 2.20 and earlier provided incorrect mode field.  */
1130
/* On aarch64 glibc 2.20 and earlier provided incorrect mode field.  */
1131
CHECK_SIZE_AND_OFFSET(ipc_perm, mode);
1131
//CHECK_SIZE_AND_OFFSET(ipc_perm, mode);
1132
#endif
1132
#endif
1133
1133
1134
CHECK_TYPE_SIZE(shmid_ds);
1134
CHECK_TYPE_SIZE(shmid_ds);

Return to bug 708430