##// 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.
Yuya Nishihara -
r30654:5f33116c stable
Show More
Name Size Modified Last Commit Author
/ hgext / fsmonitor / pywatchman
__init__.py Loading ...
bser.c Loading ...
capabilities.py Loading ...
msc_stdint.h Loading ...
pybser.py Loading ...