* include/limits.h: Revert unsanctioned changes below.

* include/cygwin/config.h: Ditto.
* include/sys/param.h: Ditto.
This commit is contained in:
Christopher Faylor
2003-11-15 17:04:10 +00:00
parent 5cdbbdb385
commit 490d129f4a
4 changed files with 10 additions and 4 deletions

View File

@ -125,7 +125,7 @@ details. */
#define SSIZE_MAX (__LONG_MAX__)
/* Maximum length of a path */
#define PATH_MAX (4096 - 1 /*NUL*/)
#define PATH_MAX (260 - 1 /*NUL*/)
/* Max num groups for a user, value taken from NT documentation */
/* Must match <sys/param.h> NGROUPS */