delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Message-ID: | <3D4513E0.20603@mip.sdu.dk> |
Date: | Mon, 29 Jul 2002 12:07:28 +0200 |
From: | =?ISO-8859-1?Q?Ren=E9_M=F8ller_Fonseca?= <fonseca AT mip DOT sdu DOT dk> |
Organization: | The Maersk Institute, University of Southern Denmark |
User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530 |
X-Accept-Language: | en-us, en |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | {IOV_MAX} symbols |
X-Virus-Scanned: | by AMaViS snapshot-20020300 |
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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |