From df835e043986380221d7720b263863a38aedb207 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 12 Jun 2008 15:56:05 +0100 Subject: add IOV_MAX --- unsorted/PortingIssues.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/unsorted/PortingIssues.mdwn b/unsorted/PortingIssues.mdwn index 454f24eb..87d2154b 100644 --- a/unsorted/PortingIssues.mdwn +++ b/unsorted/PortingIssues.mdwn @@ -57,6 +57,10 @@ Every unconditionalized use of `PATH_MAX`, `MAX_PATH` or `MAXPATHLEN` is a POSIX Same as `PATH_MAX`. There is no limit on the number of arguments. +## `IOV_MAX` + +Same as `PATH_MAX`. There is no limit on the number of iovec items. + ## `MAXHOSTNAMELEN` Same as `PATH_MAX`. When you find a `gethostname()` function, which acts on a static buffer, you can replace it with Neal's [xgethostname function](http://ftp.walfield.org/pub/people/neal/xgethostname/) which returns the hostname as a dynamic buffer. For example: -- cgit v1.2.3