* cygwin.din (imaxabs): Export.
(imaxdiv): Export. (llabs): Export. (lldiv): Export. (strtoimax): Export. (strtoumax): Export. * include/inttypes.h (imaxabs): Activate declaration. (imaxdiv): Ditto. (strtoimax): Ditto. (strtoumax): Ditto. * include/cygwin/version.h: Bump API minor.
This commit is contained in:
@ -256,12 +256,13 @@ details. */
|
||||
127: Export sigrelese.
|
||||
128: Export pselect.
|
||||
129: Export mkdtemp.
|
||||
130: Export strtoimax, strtoumax, llabs, imaxabs, lldiv, imaxdiv.
|
||||
*/
|
||||
|
||||
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
||||
|
||||
#define CYGWIN_VERSION_API_MAJOR 0
|
||||
#define CYGWIN_VERSION_API_MINOR 129
|
||||
#define CYGWIN_VERSION_API_MINOR 130
|
||||
|
||||
/* 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