gecko-dev/nsprpub/pr
wtc%netscape.com 61591dded1 Bug 188439: fixed a bug in the PR_Poll implementation for
_PR_POLL_WITH_SELECT.  We could still call FD_SET if the osfd was larger
than FD_SETSIZE.  Fixed the bug that _PR_POLL_WITH_SELECT was defined after
the system header files had been included.  Need to define it on the
compile command line.  Define _USE_BIG_FDS on HP-UX.  Because that macro
increases the size of fd_set to about 7500 bytes and PR_Poll allocates 3
fd_sets on the stack, also increased the minimum thread stack size to 128KB
on HP-UX.
Modified Files: configure configure.in _hpux.h _osf1.h ptio.c
2003-01-20 20:52:48 +00:00
..
include Bug 188439: fixed a bug in the PR_Poll implementation for 2003-01-20 20:52:48 +00:00
src Bug 188439: fixed a bug in the PR_Poll implementation for 2003-01-20 20:52:48 +00:00
tests Bug 134113: make NSPR build on Win32 using MinGW gcc. The patch is 2003-01-20 16:26:24 +00:00
.cvsignore Merged NSPRPUB_CLIENT_BRANCH onto the trunk. 2001-05-12 01:47:58 +00:00
Makefile.in BugZilla: 42367. Fix copyright date, Original Code 2000-06-20 21:48:45 +00:00