* dcrt0.cc (cygwin_atexit): Change preceeding comment to reflect
API version numbers. * external.cc (cygwin_internal): disable setting cxx_malloc on 64 bit. Add CW_FIXED_ATEXIT case. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. * include/sys/cygwin.h (cygwin_getinfo_types): Add CW_FIXED_ATEXIT. * lib/atexit.c (atexit): Test running Cygwin version by checking return value of cygwin_internal (CW_FIXED_ATEXIT).
This commit is contained in:
@@ -455,12 +455,13 @@ details. */
|
||||
277: Add setsockopt(SO_PEERCRED).
|
||||
278: Add quotactl.
|
||||
279: Export stime.
|
||||
280: Static atexit in libcygwin.a, CW_FIXED_ATEXIT.
|
||||
*/
|
||||
|
||||
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
||||
|
||||
#define CYGWIN_VERSION_API_MAJOR 0
|
||||
#define CYGWIN_VERSION_API_MINOR 279
|
||||
#define CYGWIN_VERSION_API_MINOR 280
|
||||
|
||||
/* There is also a compatibity version number associated with the
|
||||
shared memory regions. It is incremented when incompatible
|
||||
|
Reference in New Issue
Block a user