Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/mingw/ChangeLog')
-rw-r--r--winsup/mingw/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index a04c68337..7ffc87636 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -20,6 +20,8 @@
(_wfdopen, _wfopen, _wfreopen, _wfsopen, _wtmpnam, _wtempnam): Ditto.
(_wrename, _wremove, _wperror, _wpopen): Ditto.
(_lock_file, _unlock_file): Declare.
+ * include/limits.h (PATH_MAX): Guard with #ifndef __STRICT_ANSI__.
+ * include/sys/param.h (MAXPATHLEN): Make sure PATH_MAX is defined.
2012-08-01 Earnie Boyd <earnie@users.sourceforge.net>