mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 10:07:12 +00:00
Name adjustments to signal.cc::sig_names
Because sig_names is only used to dump parsed signals for debugging purposes, renaming SIGTSTP "stp" to "tstp" is not a breaking change. Signed-off-by: Ryan Lee <ryan.lee@canonical.com>
This commit is contained in:
parent
e27b0ad2b6
commit
7a85f6282f
@ -96,7 +96,7 @@ static const char *const sig_names[MAXMAPPED_SIG + 1] = {
|
||||
"chld",
|
||||
"cont",
|
||||
"stop",
|
||||
"stp",
|
||||
"tstp",
|
||||
"ttin",
|
||||
"ttou",
|
||||
"urg",
|
||||
@ -105,7 +105,7 @@ static const char *const sig_names[MAXMAPPED_SIG + 1] = {
|
||||
"vtalrm",
|
||||
"prof",
|
||||
"winch",
|
||||
"io",
|
||||
"io", // SIGIO == SIGPOLL
|
||||
"pwr",
|
||||
"sys",
|
||||
"emt",
|
||||
|
Loading…
x
Reference in New Issue
Block a user