]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Make memcheck/tests/linux/sigqueue usable with musl
authorAleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
Thu, 23 Apr 2020 16:31:50 +0000 (16:31 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Thu, 23 Apr 2020 16:31:50 +0000 (16:31 +0000)
commitb07722631ff47670fa193198f5f56a1b7582673b
tree619e6834507a6c59bbfcf17b5f2d9b9b0c36519d
parent702b1fe56f6dd61d0003457728702248f46c6dcc
Make memcheck/tests/linux/sigqueue usable with musl

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.
NEWS
memcheck/tests/linux/sigqueue.c