gecko-dev/nsprpub
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
..
admin
build
config Bug 134113: make NSPR build on Win32 using MinGW gcc. The patch is 2003-01-20 16:26:24 +00:00
lib Bug 134113: make NSPR build on Win32 using MinGW gcc. The patch is 2003-01-20 16:26:24 +00:00
macbuild
pkg/solaris Bug 158704: merged the Solaris packaging stuff onto the trunk. The three 2003-01-04 02:14:13 +00:00
pr Bug 188439: fixed a bug in the PR_Poll implementation for 2003-01-20 20:52:48 +00:00
tools
.cvsignore
Makefile.in Bug 158704: merged the Solaris packaging stuff onto the trunk. The three 2003-01-04 02:14:13 +00:00
configure Bug 188439: fixed a bug in the PR_Poll implementation for 2003-01-20 20:52:48 +00:00
configure.in Bug 188439: fixed a bug in the PR_Poll implementation for 2003-01-20 20:52:48 +00:00
gmakefile.win
makefile.win