Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-11-15 20:04:10 +0300
committerChristopher Faylor <me@cgf.cx>2003-11-15 20:04:10 +0300
commit490d129f4ad49dd6682bc424a067a96cb4473a21 (patch)
tree03d78223aed2dab5aa1910cfec6aba3e17b999e6 /winsup/cygwin/include/limits.h
parent5cdbbdb3856db9a933be4eb84c582d582f3c1672 (diff)
* include/limits.h: Revert unsanctioned changes below.
* include/cygwin/config.h: Ditto. * include/sys/param.h: Ditto.
Diffstat (limited to 'winsup/cygwin/include/limits.h')
-rw-r--r--winsup/cygwin/include/limits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/limits.h b/winsup/cygwin/include/limits.h
index cefbbac64..9fa3cf4fe 100644
--- a/winsup/cygwin/include/limits.h
+++ b/winsup/cygwin/include/limits.h
@@ -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 */