зеркало из https://github.com/mozilla/gecko-dev.git
Matt Watson <mwatson@apple.com> pointed out that it is not safe to
redefine FD_SETSIZE on Rhapsody.
This commit is contained in:
Родитель
34e5144ff8
Коммит
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче