commit | 8df07e10395552076ab1ebb9c806f0c47c5c7bed | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Sun Jan 10 22:48:51 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Sun Jan 10 22:48:51 2016 +0000 |
tree | 08cb4e90ad80a43d04ffac8abc7fa79f5a93c4c9 | |
parent | 5b87572952dacd895d05652d65fd7bc00185377c [diff] |
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>