]> git.proxmox.com Git - mirror_qemu.git/commit - linux-user/signal.c
linux-user: Use macro TARGET_NSIG_WORDS where possible
authorStefan Weil <sw@weilnetz.de>
Sat, 7 Dec 2013 13:48:08 +0000 (14:48 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 23 Dec 2013 12:02:20 +0000 (16:02 +0400)
commit0d9e61c2619eeead4de6afa8fedec2ad9311b642
treeb429e493d1cf653435efda82a33094f0f10f75eb
parentc46b07f0d7a826ea0bb5811dd49450c2497fb926
linux-user: Use macro TARGET_NSIG_WORDS where possible

This improves readability and simplifies the code.

Cc: Riku Voipio <riku.voipio@iki.fi>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
linux-user/signal.c