From 238455adfab4f8070ac65400aac22bb8a9e502fc Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 10 Aug 2016 16:30:46 +0200 Subject: Implement strto[dflu]_l/wcsto[dflu]_l Implement GNU extensions strtod_l, strtof_l, strtol_l, strtold_l, strtoll_l, strtoul_l, strtoull_l, wcstod_l, wcstof_l, wcstol_l, wcstold_l, wcstoll_l, wcstoul_l, wcstoull_l. Export from Cygwin, fix posix.xml. Signed-off-by: Corinna Vinschen --- winsup/cygwin/common.din | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'winsup/cygwin/common.din') diff --git a/winsup/cygwin/common.din b/winsup/cygwin/common.din index 2cc826459..f945078df 100644 --- a/winsup/cygwin/common.din +++ b/winsup/cygwin/common.din @@ -1366,16 +1366,23 @@ strsignal SIGFE strspn NOSIGFE strstr NOSIGFE strtod SIGFE +strtod_l SIGFE strtof SIGFE +strtof_l SIGFE strtoimax = strtoll NOSIGFE strtok NOSIGFE strtok_r NOSIGFE strtol NOSIGFE +strtol_l NOSIGFE strtold SIGFE +strtold_l SIGFE strtoll NOSIGFE +strtoll_l NOSIGFE strtosigno NOSIGFE strtoul NOSIGFE +strtoul_l NOSIGFE strtoull NOSIGFE +strtoull_l NOSIGFE strtoumax = strtoull NOSIGFE strupr NOSIGFE strxfrm NOSIGFE @@ -1527,15 +1534,22 @@ wcsrtombs NOSIGFE wcsspn NOSIGFE wcsstr NOSIGFE wcstod NOSIGFE +wcstod_l NOSIGFE wcstof NOSIGFE +wcstof_l NOSIGFE wcstoimax = wcstoll NOSIGFE wcstok NOSIGFE wcstol NOSIGFE +wcstol_l NOSIGFE wcstold NOSIGFE +wcstold_l NOSIGFE wcstoll NOSIGFE +wcstoll_l NOSIGFE wcstombs NOSIGFE wcstoul NOSIGFE +wcstoul_l NOSIGFE wcstoull NOSIGFE +wcstoull_l NOSIGFE wcstoumax = wcstoull NOSIGFE wcswidth NOSIGFE wcsxfrm NOSIGFE -- cgit v1.2.3