summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/ChangeLog5
-rw-r--r--winsup/cygwin/cygwin.din1
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
3 files changed, 8 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index c5978facf..d4433eb60 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,8 @@
+2002-11-27 Christopher Faylor <cgf@redhat.com>
+
+ * cygwin.din: Export pthread_getsequence_np.
+ * include/cygwin/version.h: Bump API minor version.
+
2002-11-26 Jason Tishler <jason@tishler.net>
* cygwin.din: Export nl_langinfo().
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din
index d275d2878..94a0dd64b 100644
--- a/winsup/cygwin/cygwin.din
+++ b/winsup/cygwin/cygwin.din
@@ -1239,6 +1239,7 @@ pthread_equal
pthread_exit
pthread_getconcurrency
pthread_getschedparam
+pthread_getsequence_np
pthread_getspecific
pthread_join
pthread_key_create
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 17baa6a02..44c1d750b 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -164,12 +164,13 @@ details. */
64: Export fseeko, ftello
65: Export siginterrupt
66: Export nl_langinfo
+ 67: Export pthread_getsequence_np
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 66
+#define CYGWIN_VERSION_API_MINOR 67
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible