* assert.cc (__assert_func): New function, to match newlib header
change. * cygwin.din: Export __assert_func. * include/cygwin/version.h: Bump API minor number.
This commit is contained in:
@@ -313,12 +313,13 @@ details. */
|
||||
171: Export exp10, exp10f, pow10, pow10f, strcasestr, funopen,
|
||||
fopencookie.
|
||||
172: Export getifaddrs, freeifaddrs.
|
||||
173: Export __assert_func.
|
||||
*/
|
||||
|
||||
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
||||
|
||||
#define CYGWIN_VERSION_API_MAJOR 0
|
||||
#define CYGWIN_VERSION_API_MINOR 172
|
||||
#define CYGWIN_VERSION_API_MINOR 173
|
||||
|
||||
/* 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