diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2016-08-10 16:30:46 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2016-08-15 17:35:21 +0200 |
commit | 238455adfab4f8070ac65400aac22bb8a9e502fc (patch) | |
tree | 68dbe978bc7250338ba2de4bab0db5f2feb81b32 /winsup/cygwin/common.din | |
parent | 5ef60b7e6a0abad86fe637197f738f8a90b525c8 (diff) | |
download | cygnal-238455adfab4f8070ac65400aac22bb8a9e502fc.tar.gz cygnal-238455adfab4f8070ac65400aac22bb8a9e502fc.tar.bz2 cygnal-238455adfab4f8070ac65400aac22bb8a9e502fc.zip |
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 <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/common.din')
-rw-r--r-- | winsup/cygwin/common.din | 14 |
1 files changed, 14 insertions, 0 deletions
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 |