From 5680109cf6c4bb908a0a9fc34558d6485e2c226c Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 10 Jun 2005 12:11:35 +0000 Subject: * 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. --- winsup/cygwin/cygwin.din | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'winsup/cygwin/cygwin.din') diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index 38786e392..22caf377b 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -726,6 +726,8 @@ ilogb NOSIGFE _ilogb = ilogb NOSIGFE ilogbf NOSIGFE _ilogbf = ilogbf NOSIGFE +imaxabs = llabs NOSIGFE +imaxdiv = lldiv NOSIGFE index NOSIGFE _index = index NOSIGFE inet_makeaddr NOSIGFE @@ -835,6 +837,8 @@ lgammaf_r NOSIGFE _lgammaf_r = lgammaf_r NOSIGFE link SIGFE _link = link SIGFE +llabs NOSIGFE +lldiv NOSIGFE localeconv NOSIGFE _localeconv = localeconv NOSIGFE localtime SIGFE @@ -1383,11 +1387,13 @@ strtol NOSIGFE _strtol = strtol NOSIGFE strtoll NOSIGFE _strtoll = strtoll NOSIGFE +strtoimax = strtoll NOSIGFE strtosigno NOSIGFE strtoul NOSIGFE _strtoul = strtoul NOSIGFE strtoull NOSIGFE _strtoull = strtoull NOSIGFE +strtoumax = strtoull NOSIGFE strupr NOSIGFE _strupr = strupr NOSIGFE strxfrm NOSIGFE -- cgit v1.2.3