try harder to put background jobs in background; do not print in response to SIGPIPE
This commit is contained in:
parent
ca30274bd9
commit
4ee543e58c
4 changed files with 45 additions and 1 deletions
|
|
@ -9,6 +9,9 @@
|
|||
#ifdef Plan9
|
||||
#include <u.h>
|
||||
#include <libc.h>
|
||||
#undef NSIG
|
||||
#undef SIGINT
|
||||
#undef SIGQUIT
|
||||
#define NSIG 32
|
||||
#define SIGINT 2
|
||||
#define SIGQUIT 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue