* cygwin.din: Wrap atexit and exit with cygwin, thread-safe functions.
* dcrt0.cc (cygwin_atexit): New function. (cygwin_exit): Ditto.
This commit is contained in:
@ -185,12 +185,13 @@ details. */
|
||||
round roundf scalbln scalblnf sincos sincosf tgamma tgammaf
|
||||
truncf
|
||||
76: mallinfo
|
||||
77: thread-safe exit/at_exit
|
||||
*/
|
||||
|
||||
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
||||
|
||||
#define CYGWIN_VERSION_API_MAJOR 0
|
||||
#define CYGWIN_VERSION_API_MINOR 76
|
||||
#define CYGWIN_VERSION_API_MINOR 77
|
||||
|
||||
/* 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