libbb: optionally support RTMIN[+n] and RTMAX[-n] signal names
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 30 Dec 2010 00:17:03 +0000 (01:17 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 30 Dec 2010 00:17:03 +0000 (01:17 +0100)
commit2753aae0e8728f527bedf103b1207857b7c3e151
tree81a721b4e9aa1884e0f25db7e0310b7c6037bc62
parent90615a0c5c326fa3cf78fc719f7b16207f47395a
libbb: optionally support RTMIN[+n] and RTMAX[-n] signal names

function                                             old     new   delta
get_signum                                           140     336    +196
__libc_allocate_rtsig                                  -      56     +56
__libc_current_sigrtmin                                -       6      +6
__libc_current_sigrtmax                                -       6      +6
current_rtmin                                          -       4      +4
current_rtmax                                          -       4      +4
bbconfig_config_bz2                                 4961    4962      +1
------------------------------------------------------------------------------
(add/remove: 6/0 grow/shrink: 2/0 up/down: 273/0)             Total: 273 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/Config.src
libbb/u_signal_names.c