diff options
author | wollman <wollman@FreeBSD.org> | 2001-06-18 20:24:54 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 2001-06-18 20:24:54 +0000 |
commit | 204b9a8a22df17a404244eec0f26fdffc366afa6 (patch) | |
tree | 8a3a4e95b557ac68b83a0b75cedcd574f6a3f82c /include | |
parent | e55cc77a7fb5bb22f0913e7cbe6f06d0e309db68 (diff) | |
download | FreeBSD-src-204b9a8a22df17a404244eec0f26fdffc366afa6.zip FreeBSD-src-204b9a8a22df17a404244eec0f26fdffc366afa6.tar.gz |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/limits.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |