Date: Fri, 26 Jul 1996 08:39:06 -0400 Message-Id: <199607261239.IAA10626@delorie.com> From: DJ Delorie To: eliz AT is DOT elta DOT co DOT il CC: djgpp-workers AT delorie DOT com In-reply-to: (message from Eli Zaretskii on Fri, 26 Jul 1996 12:56:03 +0200 (IST)) Subject: Re: _POSIX_ARG_MAX > Does POSIX allow for this symbol to be a variable or a call to a > function (as opposed to a constant)? (I don't access to a POSIX spec.) Actually, POSIX states that _POSIX_ARG_MAX is a system minimum, and must be at least 4096. ARG_MAX is allowed to be runtime variant and should indicate the actual value.