]> granicus.if.org Git - strace/commit
tests/rt_sigpending.c: fix for systems where _NSIG > 16 * sizeof(long)
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 20 Apr 2016 04:32:04 +0000 (04:32 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 20 Apr 2016 04:35:25 +0000 (04:35 +0000)
commitc8cc0f2a87b5f7a33bf7dee39ba4ba2dc5cb4cb4
treedaf1dc9ffbef6de11be0bba4ebddf3074f3abd81
parentd424c765f7832535c7d8496d96a76c52fe41cb2e
tests/rt_sigpending.c: fix for systems where _NSIG > 16 * sizeof(long)

* tests/rt_sigsuspend.c (iterate): Do not assume that size will be less
than sizeof(long) on the second iteration.
tests/rt_sigsuspend.c