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

Additional comments re. Solaris 256 fd issue

This commit is contained in:
paulbeach 2010-02-04 12:24:56 +00:00
parent b34bbe3d44
commit e734b8cf0f

View File

@ -335,6 +335,16 @@
/* Need to use full sfio not just stdio emulation to fix
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
*/
#if (!defined(__arch64__)) && (!defined(SFIO)) && defined(SUPERSERVER)
#error "need to use SFIO"
#endif