* cygwin.din: Export pthread_getsequence_np.
* include/cygwin/version.h: Bump API minor version.
This commit is contained in:
parent
dc8597f966
commit
cdaf88961d
|
@ -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>
|
2002-11-26 Jason Tishler <jason@tishler.net>
|
||||||
|
|
||||||
* cygwin.din: Export nl_langinfo().
|
* cygwin.din: Export nl_langinfo().
|
||||||
|
|
|
@ -1239,6 +1239,7 @@ pthread_equal
|
||||||
pthread_exit
|
pthread_exit
|
||||||
pthread_getconcurrency
|
pthread_getconcurrency
|
||||||
pthread_getschedparam
|
pthread_getschedparam
|
||||||
|
pthread_getsequence_np
|
||||||
pthread_getspecific
|
pthread_getspecific
|
||||||
pthread_join
|
pthread_join
|
||||||
pthread_key_create
|
pthread_key_create
|
||||||
|
|
|
@ -164,12 +164,13 @@ details. */
|
||||||
64: Export fseeko, ftello
|
64: Export fseeko, ftello
|
||||||
65: Export siginterrupt
|
65: Export siginterrupt
|
||||||
66: Export nl_langinfo
|
66: Export nl_langinfo
|
||||||
|
67: Export pthread_getsequence_np
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
||||||
|
|
||||||
#define CYGWIN_VERSION_API_MAJOR 0
|
#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
|
/* There is also a compatibity version number associated with the
|
||||||
shared memory regions. It is incremented when incompatible
|
shared memory regions. It is incremented when incompatible
|
||||||
|
|
Loading…
Reference in New Issue