summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/sys/param.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-11-15 17:04:10 +0000
committerChristopher Faylor <me@cgf.cx>2003-11-15 17:04:10 +0000
commit490d129f4ad49dd6682bc424a067a96cb4473a21 (patch)
tree03d78223aed2dab5aa1910cfec6aba3e17b999e6 /winsup/cygwin/include/sys/param.h
parent5cdbbdb3856db9a933be4eb84c582d582f3c1672 (diff)
downloadcygnal-490d129f4ad49dd6682bc424a067a96cb4473a21.tar.gz
cygnal-490d129f4ad49dd6682bc424a067a96cb4473a21.tar.bz2
cygnal-490d129f4ad49dd6682bc424a067a96cb4473a21.zip
* include/limits.h: Revert unsanctioned changes below.
* include/cygwin/config.h: Ditto. * include/sys/param.h: Ditto.
Diffstat (limited to 'winsup/cygwin/include/sys/param.h')
-rw-r--r--winsup/cygwin/include/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/sys/param.h b/winsup/cygwin/include/sys/param.h
index e067bbf95..811b5ee56 100644
--- a/winsup/cygwin/include/sys/param.h
+++ b/winsup/cygwin/include/sys/param.h
@@ -31,7 +31,7 @@
/* This is defined to be the same as MAX_PATH which is used internally.
The Posix version is PATH_MAX. */
-#define MAXPATHLEN (4096 - 1 /*NUL*/)
+#define MAXPATHLEN (260 - 1 /*NUL*/)
/* This is the number of bytes per block given in the st_blocks stat member.
It should be in sync with S_BLKSIZE in sys/stat.h. S_BLKSIZE is the