]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - unix/unix.h
Jacob has pointed out why SIGCHLD was blocked, so I've updated the
authorSimon Tatham <anakin@pobox.com>
Fri, 17 Dec 2004 14:25:53 +0000 (14:25 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 17 Dec 2004 14:25:53 +0000 (14:25 +0000)
commitb3b70d749f51f7b9661fb1d70df134dc2867a18a
treedf84d10975bd87b4a36450279751b98710e0cd0d
parentd64907553943e368130fec2076536a2d8c1adc79
Jacob has pointed out why SIGCHLD was blocked, so I've updated the
comment when I unblock it in pty.c to reflect reality. Also I've
moved block_signal() out of pterm.c into signal.c, so I can
conveniently use it for unblocking SIGCHLD rather than having to
reinvent it in pty.c.

[originally from svn r5006]
unix/pterm.c
unix/pty.c
unix/signal.c
unix/unix.h