* libc/include/sys/unistd.h: Remove Cygwin definition of MAXPATHLEN.
This commit is contained in:
parent
85287b1eb0
commit
815774e87f
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue