8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 22:03:04 +01:00

Solaris and the 256 file descriptor issue

This commit is contained in:
paulbeach 2010-02-04 12:20:10 +00:00
parent 23489337fc
commit 9ec2076aff

View File

@ -319,6 +319,16 @@
/* Need to use full sfio not just stdio emulation to fix /* Need to use full sfio not just stdio emulation to fix
file descriptor number limit. nmcc Dec2002 file descriptor number limit. nmcc Dec2002
*/ */
/* Update for Solaris 10. The problem still exists pre Solaris 10,
however if you are using A version of Solaris 10 after 11/06 the
problem with file descriptors has been solved and this defineand
the following function can now be commented out.
If you are using Solaris 10 from 03/05 - 11/06 you need to patch
your operating system.
Earlier versions of Solaris still have the problem. pbeach Feb2010
*/
#ifndef SFIO #ifndef SFIO
#error "need to use SFIO" #error "need to use SFIO"
#endif #endif