##// END OF EJS Templates
posix: make poll() restart on interruption by signal (issue5452)...
posix: make poll() restart on interruption by signal (issue5452) select() is a notable example of syscalls which may fail with EINTR. If we had a SIGWINCH handler installed, ssh would crash when the terminal window was resized. This patch fixes the problem.

File last commit:

r16438:28a90cdf default
r30654:5f33116c stable
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer