This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

IOV_MAX value


Hi,

I am trying to compile the ACE framework on cygwin.

One of the problem I have is that they are using arrays
of size IOV_MAX on the stack.

Since IOV_MAX is defined in limits.h as
#define IOV_MAX (__INT_MAX__-1)
that turns out to be problematic....

Looking on some other platforms I see that IOV_MAX is typically
define to be [16, 1024]. So I just want to make sure that IOV_MAX
is correctly defined.

Thanks,
Christophe



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]