try harder to put background jobs in background; do not print in response to SIGPIPE

This commit is contained in:
rsc 2005-03-18 19:03:25 +00:00
parent ca30274bd9
commit 4ee543e58c
4 changed files with 45 additions and 1 deletions

View file

@ -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