]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/limits.h: Revert unsanctioned changes below.
authorChristopher Faylor <me@cgf.cx>
Sat, 15 Nov 2003 17:04:10 +0000 (17:04 +0000)
committerChristopher Faylor <me@cgf.cx>
Sat, 15 Nov 2003 17:04:10 +0000 (17:04 +0000)
* include/cygwin/config.h: Ditto.
* include/sys/param.h: Ditto.

winsup/cygwin/ChangeLog
winsup/cygwin/include/cygwin/config.h
winsup/cygwin/include/limits.h
winsup/cygwin/include/sys/param.h

index 8da757506715bdb28483e4e370bbd0655ccecf56..f70628af6d05663d92d9c87f0c17a0a639a1bd49 100644 (file)
@@ -1,4 +1,10 @@
-2003-11-11  Robert Collins <rbtcollins@hotmail.com>
+2003-11-15  Christopher Faylor  <cgf@redhat.com>
+
+       * include/limits.h: Revert unsanctioned changes below.
+       * include/cygwin/config.h: Ditto.
+       * include/sys/param.h: Ditto.
+
+2003-11-14  Robert Collins <rbtcollins@hotmail.com>
            Ron Parker <rdparker@butlermfg.com>
 
        * bsdlib.cc: Update throughout to use CYG_MAX_PATH rather than MAX_PATH.
index 2613c444b31457bbbcebc025bab0e3ae1bd3f31d..e3e09f051ae1cd752c2dde2ab3ab8552b2224a46 100644 (file)
@@ -20,7 +20,7 @@ extern "C" {
 #define _CYGWIN_CONFIG_H
 
 #define __DYNAMIC_REENT__
-#define __FILENAME_MAX__ (4096 - 1 /* NUL */)
+#define __FILENAME_MAX__ (260 - 1 /* NUL */)
 #define _READ_WRITE_RETURN_TYPE _ssize_t
 #define __LARGE64_FILES 1
 #define __CYGWIN_USE_BIG_TYPES__ 1
index cefbbac64d1e10bd9e78083f91bc1c68f58e8bf7..9fa3cf4fe272fcd3ddef8dc512470961ab374d77 100644 (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 */
index e067bbf953980faca948365abf73ffb63e743907..811b5ee565a6f3bba604b7bffa98b38731db6eb3 100644 (file)
@@ -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
This page took 0.040404 seconds and 5 git commands to generate.