Replace use of FIONBIO with POSIX-approved O_NONBLOCK (set using fcntl()).
[u/mdw/putty] / unix / signal.c
2002-11-02 simonRJK's general signal-handling robustness patch. Should...