mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
c956729585
OSF1 and HP-UX report the POLLHUP event for a socket when the shutdown(SHUT_WR) operation is called for the remote end, even though the socket is still writeable. Use select(), instead of poll(), to workaround this problem. Modified files: _hpux.h, _osf1.h, ptio.c |
||
---|---|---|
.. | ||
include | ||
src | ||
tests | ||
Makefile | ||
Makefile.in |