More than 256 file descriptor in Solaris 5.9

Hi All,How do I open more than 256 file descriptor using stdio.h and fopen in Solaris 5.9.I guess extendedlib.so.1 is available for solaris 10.Any help would be appreciated.Thanks-A
[216 byte] By [ujara] at [2007-11-27 6:59:52]
# 1
32-bit processes are limited to 256 STDIO file descriptors. I don't know any way around the limits prior to Solaris 10.You could recompile it as a 64-bit process if you can run it on 64-bit systems. The backward compatibility does not affect 64-bit processes.--
Darren_Dunhama at 2007-7-12 18:50:31 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...