* common.din (__cxa_atexit): Export.
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump to 274.
This commit is contained in:
parent
64665f459e
commit
79131d442e
@ -1,3 +1,8 @@
|
|||||||
|
2014-08-04 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* common.din (__cxa_atexit): Export.
|
||||||
|
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump to 274.
|
||||||
|
|
||||||
2014-08-04 Corinna Vinschen <corinna@vinschen.de>
|
2014-08-04 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* uinfo.cc (pwdgrp::fetch_account_from_windows): Drop "plus_prepended"
|
* uinfo.cc (pwdgrp::fetch_account_from_windows): Drop "plus_prepended"
|
||||||
|
@ -41,6 +41,7 @@ __assert_func NOSIGFE
|
|||||||
__assertfail NOSIGFE
|
__assertfail NOSIGFE
|
||||||
__b64_ntop NOSIGFE
|
__b64_ntop NOSIGFE
|
||||||
__b64_pton NOSIGFE
|
__b64_pton NOSIGFE
|
||||||
|
__cxa_atexit SIGFE
|
||||||
__dn_comp SIGFE
|
__dn_comp SIGFE
|
||||||
__dn_expand SIGFE
|
__dn_expand SIGFE
|
||||||
__dn_skipname SIGFE
|
__dn_skipname SIGFE
|
||||||
|
@ -449,12 +449,13 @@ details. */
|
|||||||
273: Introduce account mapping from Windows account DBs. Add CW_SETENT,
|
273: Introduce account mapping from Windows account DBs. Add CW_SETENT,
|
||||||
CW_GETENT, CW_ENDENT, CW_GETNSSSEP, CW_GETPWSID, CW_GETGRSID,
|
CW_GETENT, CW_ENDENT, CW_GETNSSSEP, CW_GETPWSID, CW_GETGRSID,
|
||||||
CW_CYGNAME_FROM_WINNAME.
|
CW_CYGNAME_FROM_WINNAME.
|
||||||
|
274: Export __cxa_atexit.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* 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 273
|
#define CYGWIN_VERSION_API_MINOR 274
|
||||||
|
|
||||||
/* 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…
x
Reference in New Issue
Block a user