Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-11-27 19:11:40 +0300
committerChristopher Faylor <me@cgf.cx>2002-11-27 19:11:40 +0300
commitcdaf88961da2a03545e9fed3be9db02d84d994c9 (patch)
tree685e52f2c55353cc34b2c97b5ecc126bc28ef0d3
parentdc8597f966ca83f46897e7e269ede83566b98177 (diff)
* cygwin.din: Export pthread_getsequence_np.
* include/cygwin/version.h: Bump API minor version.
-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