as wkj pointed out, notifyseton should not call notesetenable

This commit is contained in:
rsc 2004-12-27 03:22:54 +00:00
parent 17cdbb909b
commit 10b4555766

View file

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