mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 12:07:52 +00:00
Matt Watson <mwatson@apple.com> pointed out that it is not safe to
redefine FD_SETSIZE on Rhapsody.
This commit is contained in:
parent
34e5144ff8
commit
73c54cbc55
@ -27,7 +27,7 @@
|
||||
* Linux: FD_SETSIZE is defined in /usr/include/sys/select.h and should
|
||||
* not be redefined.
|
||||
*/
|
||||
#if !defined(LINUX)
|
||||
#if !defined(LINUX) && !defined(RHAPSODY)
|
||||
#ifndef FD_SETSIZE
|
||||
#define FD_SETSIZE 4096
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user