]> granicus.if.org Git - strace/commit
sigreturn.test: use RT_5 signal number instead of RT_2
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 10 Jan 2016 22:48:51 +0000 (22:48 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 10 Jan 2016 22:48:51 +0000 (22:48 +0000)
commit8df07e10395552076ab1ebb9c806f0c47c5c7bed
tree08cb4e90ad80a43d04ffac8abc7fa79f5a93c4c9
parent5b87572952dacd895d05652d65fd7bc00185377c
sigreturn.test: use RT_5 signal number instead of RT_2

Make the test compatible with musl libc that uses RT_2 internally.

* tests/sigreturn.c (main): Replace RT_2 with RT_5.
* tests/sigreturn.test: Likewise.

Reported-by: Szabolcs Nagy <nsz@port70.net>
tests/sigreturn.c
tests/sigreturn.test