]> sourceware.org Git - newlib-cygwin.git/commitdiff
* libc/include/sys/unistd.h: Remove Cygwin definition of MAXPATHLEN.
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 8 Nov 2007 16:20:12 +0000 (16:20 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 8 Nov 2007 16:20:12 +0000 (16:20 +0000)
newlib/ChangeLog
newlib/libc/include/sys/unistd.h

index 170958ba91227cdee50c7335d82758d31261cf8e..021e410a3cba885c09bba0458a0a67b82d821527 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-08  Corinna Vinschen
+
+       * libc/include/sys/unistd.h: Remove Cygwin definition of MAXPATHLEN.
+
 2007-11-07  Dave Brolley  <brolley@redhat.com>
 
        * libc/machine/configure: Regenerated to pick up mep-elf changes.
index cf8298bd88b62b95b498e6781fcbd4acd5d67616..619652ffcbe3734d0ab08e642d5a86fe56349fd8 100644 (file)
@@ -443,10 +443,7 @@ int     _EXFUN(symlink, (const char *__name1, const char *__name2));
 #define _CS_POSIX_V6_WIDTH_RESTRICTED_ENVS    17
 #endif
 
-/* FIXME: This is temporary until winsup gets sorted out.  */
-#ifdef __CYGWIN__
-#define MAXPATHLEN (260 - 1 /* NUL */)
-#else
+#ifndef __CYGWIN__
 # define       MAXPATHLEN      1024
 #endif
 
This page took 0.048882 seconds and 5 git commands to generate.