mirror of
https://gitlab.com/procps-ng/procps.git
synced 2024-11-27 20:14:05 +08:00
SIGTSTP not a bug
This commit is contained in:
parent
aae3e72ab7
commit
55aee6a969
1
NEWS
1
NEWS
@ -2,6 +2,7 @@ procps-3.2.4 --> procps-3.2.5
|
||||
|
||||
ps: security labels can contain any printable ASCII
|
||||
top: help and version message on stdout, with exit(0) #283541
|
||||
ps: SIGTSTP from ^Z shouldn't print bug email address
|
||||
|
||||
procps-3.2.3 --> procps-3.2.4
|
||||
|
||||
|
@ -563,6 +563,7 @@ int main(int argc, char *argv[]){
|
||||
sigaction(i,&sa,NULL);
|
||||
case 0:
|
||||
case SIGINT: /* ^C */
|
||||
case SIGTSTP: /* ^Z */
|
||||
case SIGQUIT: /* ^\ */
|
||||
case SIGPROF: /* profiling */
|
||||
case SIGKILL: /* can not catch */
|
||||
|
Loading…
Reference in New Issue
Block a user