aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rc/rc.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-03-18 19:03:25 +0000
committerrsc <devnull@localhost>2005-03-18 19:03:25 +0000
commit4ee543e58c5e6cf5ef0b94dfec752dadbbd063d3 (patch)
tree2bfb7c9dbe3dcc28e639d734df00cceb33b1be88 /src/cmd/rc/rc.h
parentca30274bd90f09b6d19d36b87278fdb40efddada (diff)
downloadplan9port-4ee543e58c5e6cf5ef0b94dfec752dadbbd063d3.tar.gz
plan9port-4ee543e58c5e6cf5ef0b94dfec752dadbbd063d3.tar.bz2
plan9port-4ee543e58c5e6cf5ef0b94dfec752dadbbd063d3.zip
try harder to put background jobs in background; do not print in response to SIGPIPE
Diffstat (limited to 'src/cmd/rc/rc.h')
-rw-r--r--src/cmd/rc/rc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmd/rc/rc.h b/src/cmd/rc/rc.h
index 0996eec5..3e79617d 100644
--- a/src/cmd/rc/rc.h
+++ b/src/cmd/rc/rc.h
@@ -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