commit | 3ca055883b2a4b0099f1fcb34c5e72fc8e1fa05d | [log] [tgz] |
---|---|---|
author | Arnaud Patard <arnaud.patard@rtp-net.org> | Mon Mar 30 01:18:20 2009 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Tue Nov 24 19:51:12 2009 +0100 |
tree | c3b7403c283b3b4b614121dcf0b014f8d8cb5677 | |
parent | 016b2b287d908ef39c3418c938b30895d59dc1ef [diff] |
linux-user: remove hardcoded value of _NSIG in signal.c In a bunch of places, 64 is used as value of _NSIG but it's wrong at least on MIPS were _NSIG is 128. Based on a patch from Arnaud Patard <arnaud.patard@rtp-net.org> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>