bash: Fix mapping between signal number and signal string

The signames_haiku.h header got out of sync when merging the real-time
signals branch. It is used when cross-compiling Haiku, since the build
tool mksignames only generates a signal name list suitable for the host
platform.
Fixes ticket #9046.

Signed-off-by: Ingo Weinhold <ingo_weinhold@gmx.de>
This commit is contained in:
Prasad Joshi 2012-10-07 11:46:16 +05:30 committed by Ingo Weinhold
parent 714ff0c581
commit cff0983994
1 changed files with 35 additions and 0 deletions

View File

@ -33,6 +33,41 @@ char *signal_names[NSIG + 4] = {
"SIGVTALRM",
"SIGXCPU",
"SIGXFSZ",
"SIGBUS",
"SIGJUNK(31)",
"SIGJUNK(32)",
"SIGRTMIN",
"SIGRTMIN+1",
"SIGRTMIN+2",
"SIGRTMIN+3",
"SIGRTMAX-3",
"SIGRTMAX-2",
"SIGRTMAX-1",
"SIGRTMAX",
"SIGJUNK(41)",
"SIGJUNK(42)",
"SIGJUNK(43)",
"SIGJUNK(44)",
"SIGJUNK(45)",
"SIGJUNK(46)",
"SIGJUNK(47)",
"SIGJUNK(48)",
"SIGJUNK(49)",
"SIGJUNK(50)",
"SIGJUNK(51)",
"SIGJUNK(52)",
"SIGJUNK(53)",
"SIGJUNK(54)",
"SIGJUNK(55)",
"SIGJUNK(56)",
"SIGJUNK(57)",
"SIGJUNK(58)",
"SIGJUNK(59)",
"SIGJUNK(60)",
"SIGJUNK(61)",
"SIGJUNK(62)",
"SIGJUNK(63)",
"SIGJUNK(64)",
"DEBUG",
"ERR",
"RETURN",