From cdaf88961da2a03545e9fed3be9db02d84d994c9 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 27 Nov 2002 16:11:40 +0000 Subject: [PATCH] * cygwin.din: Export pthread_getsequence_np. * include/cygwin/version.h: Bump API minor version. --- winsup/cygwin/ChangeLog | 5 +++++ winsup/cygwin/cygwin.din | 1 + winsup/cygwin/include/cygwin/version.h | 3 ++- 3 files changed, 8 insertions(+), 1 deletion(-) 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 + + * cygwin.din: Export pthread_getsequence_np. + * include/cygwin/version.h: Bump API minor version. + 2002-11-26 Jason Tishler * 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