diff options
author | Christopher Faylor <me@cgf.cx> | 2002-11-27 16:11:40 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-11-27 16:11:40 +0000 |
commit | cdaf88961da2a03545e9fed3be9db02d84d994c9 (patch) | |
tree | 685e52f2c55353cc34b2c97b5ecc126bc28ef0d3 | |
parent | dc8597f966ca83f46897e7e269ede83566b98177 (diff) | |
download | newlib-cdaf88961da2a03545e9fed3be9db02d84d994c9.zip newlib-cdaf88961da2a03545e9fed3be9db02d84d994c9.tar.gz newlib-cdaf88961da2a03545e9fed3be9db02d84d994c9.tar.bz2 |
* cygwin.din: Export pthread_getsequence_np.
* include/cygwin/version.h: Bump API minor version.
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/cygwin/cygwin.din | 1 | ||||
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 3 |
3 files changed, 8 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index c5978fa..d4433eb 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 d275d28..94a0dd6 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 17baa6a..44c1d75 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 |