* include/limits.h (PATH_MAX): Add comment.

* include/cygwin/config.h (__FILENAME_MAX__): Define as 4096.  Add
	comment.
This commit is contained in:
Corinna Vinschen
2008-06-21 20:24:45 +00:00
parent eb3f08acf8
commit 3db08eeece
3 changed files with 8 additions and 1 deletions

View File

@ -324,6 +324,7 @@ details. */
/* Maximum length of a path given to API functions including trailing NUL.
Deliberately set to the same default value as on Linux. Internal paths
may be longer. */
/* Keep in sync with __PATHNAME_MAX__ in cygwin/config.h */
#undef PATH_MAX
#define PATH_MAX 4096