Remove offsetof(siginfo_t, _sifields) from the test.
"_sifields" is not a mandatory field of struct siginfo_t so
it should not be used in regular user program.
This patch resolves KDE #417266.
416753 new 32bit time syscalls for 2038+
417187 [MIPS] Conditional branch problem since 'grail' changes
417238 Test memcheck/tests/vbit-test fails on mips64 BE
+417266 Make memcheck/tests/linux/sigqueue usable with musl
417281 s390x: /bin/true segfaults with "grail" enabled
417427 commit to fix vki_siginfo_t definition created numerous regression
errors on ppc64
offsetof(siginfo_t, si_errno));
fprintf(stdout, "offsetof(siginfo_t, si_code) = %zd\n",
offsetof(siginfo_t, si_code));
- fprintf(stdout, "offsetof(siginfo_t, _sifields) = %zd\n",
- offsetof(siginfo_t, _sifields));
}
si = calloc(1, sz);
si->si_signo = SIGWINCH;