Christophe,
I think that definition of IOV_MAX is telling you that there is no
pre-defined limit. Ordinarily we don't complain about such things, but if
you write code that statically allocates a resource based on such a limit
indication, you're in trouble.
I notice that there are two definiti
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 I
2 matches
Mail list logo