diff options
author | Christopher Faylor <me@cgf.cx> | 2007-06-17 00:41:13 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2007-06-17 00:41:13 +0000 |
commit | 4818869bda02c295199729715d79aabd97f6e71e (patch) | |
tree | cbc9507c14803260965414654a0aac495fbee631 /winsup/mingw | |
parent | e10b44c2a67db9b3ec5ba81fbc05164ee38321c2 (diff) | |
download | newlib-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.c | 2 | ||||
-rw-r--r-- | winsup/mingw/ChangeLog | 4 |
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>' |