From 204b9a8a22df17a404244eec0f26fdffc366afa6 Mon Sep 17 00:00:00 2001 From: wollman Date: Mon, 18 Jun 2001 20:24:54 +0000 Subject: After one too many PRs on the subject, bite the bullet and define IOV_MAX and its associated constants. Implement _SC_IOV_MAX in the usual way. Be a bit sloppy about the namespace question; this should get cleared up in time for 5.0. MFC after: 1 month --- include/limits.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/limits.h') diff --git a/include/limits.h b/include/limits.h index 7436432..4174234 100644 --- a/include/limits.h +++ b/include/limits.h @@ -62,6 +62,7 @@ #define _POSIX2_LINE_MAX 2048 #define _POSIX2_RE_DUP_MAX 255 +#define _XOPEN_IOV_MAX 16 #ifdef _P1003_1B_VISIBLE -- cgit v1.1