aboutsummaryrefslogtreecommitdiff
path: root/winsup/mingw
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2007-06-17 00:41:13 +0000
committerChristopher Faylor <me@cgf.cx>2007-06-17 00:41:13 +0000
commit4818869bda02c295199729715d79aabd97f6e71e (patch)
treecbc9507c14803260965414654a0aac495fbee631 /winsup/mingw
parente10b44c2a67db9b3ec5ba81fbc05164ee38321c2 (diff)
downloadnewlib-4818869bda02c295199729715d79aabd97f6e71e.zip
newlib-4818869bda02c295199729715d79aabd97f6e71e.tar.gz
newlib-4818869bda02c295199729715d79aabd97f6e71e.tar.bz2
* CRTfmode.c: Fix nested comment.
Diffstat (limited to 'winsup/mingw')
-rw-r--r--winsup/mingw/CRTfmode.c2
-rw-r--r--winsup/mingw/ChangeLog4
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/mingw/CRTfmode.c b/winsup/mingw/CRTfmode.c
index fcbdd33..c956b5e 100644
--- a/winsup/mingw/CRTfmode.c
+++ b/winsup/mingw/CRTfmode.c
@@ -10,7 +10,7 @@
*
* To override the default, add, eg:
*
- * #include <fcntl.h> /* _O_BINARY */
+ * #include <fcntl.h
* int _CRT_fmode = _O_BINARY;
*
* to your app.
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 1bc3de6..e604573 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,5 +1,9 @@
2007-06-16 Christopher Faylor <me+cygwin@cgf.cx>
+ * CRTfmode.c: Fix nested comment.
+
+2007-06-16 Christopher Faylor <me+cygwin@cgf.cx>
+
* include/string.h (strcasecmp): Fix typo in declaration prototype.
2007-06-14 Danny Smith <dannysmith@users.sourceforge.net>'