* include/limits.h (PATH_MAX): Add comment.
* include/cygwin/config.h (__FILENAME_MAX__): Define as 4096. Add comment.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user