This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Fix typo in include/cygwin/version.h


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=63b41daeb6bca8dd380949e8a3b151a2681882c4

commit 63b41daeb6bca8dd380949e8a3b151a2681882c4
Author: Alexey Pavlov <alexpux@gmail.com>
Date:   Thu Mar 12 18:48:59 2015 +0100

    Fix typo in include/cygwin/version.h
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/ChangeLog                | 4 ++++
 winsup/cygwin/include/cygwin/version.h | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 25d3996..1305dfa 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-12  Alexey Pavlov  <alexpux@gmail.com>
+
+	* include/cygwin/version.h: Fix typo.
+
 2015-03-12  Corinna Vinschen  <corinna@vinschen.de>
 
 	* fhandler_socket.cc: Drop defining _BSDTYPES_DEFINED before including
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index b46fe24..71d118e 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -467,7 +467,7 @@ details. */
            putwc_unlocked, putwchar_unlocked.
       284: Export sockatmark.
       285: Export wcstold.
-      285: Export cabsl, cimagl, creall, finitel, hypotl, sqrtl.
+      286: Export cabsl, cimagl, creall, finitel, hypotl, sqrtl.
       287: Export issetugid.
      */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]