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} symbols


Since cygwin implements the XSI functions readv and writev; the symbols _SC_IOV_MAX and _XOPEN_IOV_MAX MUST also be defined (IOV_MAX is already defined).

/** Belongs in unistd.h. */
#define _SC_IOV_MAX ???

/** Specifies the most restrictive value (belongs in limits.h). */
#define _XOPEN_IOV_MAX 16

Don't forget to add support for _SC_IOV_MAX in sysconf.

René

--
B.Sc. in Computer Systems Engineering
The Maersk Mc-Kinney Moller Institute for Production Technology
University of Southern Denmark
http://www.mip.sdu.dk/~fonseca


--
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]