plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 10b45557661879b4caa1da8553f250ce7717a385
parent 17cdbb909ba88e3a9fb83f1e475307f94db6a3ff
Author: rsc <devnull@localhost>
Date:   Mon, 27 Dec 2004 03:22:54 +0000

as wkj pointed out, notifyseton should not call notesetenable

Diffstat:
Msrc/lib9/notify.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/lib9/notify.c b/src/lib9/notify.c @@ -206,8 +206,6 @@ notifyseton(int s, int on) sig = findsig(s); if(sig == nil) return; - if(on) - notesetenable(s, 1); memset(&sa, 0, sizeof sa); sa.sa_handler = on ? signotify : signonotify; if(sig->restart)