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] Document the fact that we forgot to bump for sigaltstack and sethostname


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

commit 9a69aac0ed556d1141626b987bc4c0c877fdb169
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Fri Jul 17 14:02:43 2015 +0200

    Document the fact that we forgot to bump for sigaltstack and sethostname
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

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

diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index b470179..db7d723 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,8 @@
+2015-07-17  Corinna Vinschen  <corinna@vinschen.de>
+
+	* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Document the
+	fact that we forgot to bump for sigaltstack and sethostname.
+
 2015-07-13  Corinna Vinschen  <corinna@vinschen.de>
 
 	* exceptions.cc (exception::handle): Reenable code only disabled for
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 3d5d4de..7843136 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -471,7 +471,8 @@ details. */
       287: Export issetugid.
      */
 
-     /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
+     /* Note that we forgot to bump the api for ualarm, strtoll, strtoull,
+	sigaltstack, sethostname. */
 
 #define CYGWIN_VERSION_API_MAJOR 0
 #define CYGWIN_VERSION_API_MINOR 287


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