Make STDERR nonblocking again after SIGCONT.
authorEmil Mikulic <emikulic@gmail.com>
Sun, 10 Mar 2013 17:06:01 +0000 (04:06 +1100)
committerEmil Mikulic <emikulic@gmail.com>
Sun, 10 Mar 2013 17:27:59 +0000 (04:27 +1100)
commita79b289569a193985f754d8394b9e1f470d83cd7
treee4d651ac25cd780356239b1d22e955771df85a47
parent7ec121b337234db6e694a7140f5732df5e3aa34d
Make STDERR nonblocking again after SIGCONT.

Without this, flow control on the tty can block execution if we
were stopped and continued.
buftee.c