diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-02-16 15:36:01 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-02-16 15:36:01 +0000 |
commit | de5c20c2deec25e448745a4baccc27517924108b (patch) | |
tree | bc573251465c949920f65f205c76b504dc0c6cf1 /winsup/cygwin/cygwin.din | |
parent | c65466e242ee3e573ae1cf45241287c92b32cc00 (diff) | |
download | cygnal-de5c20c2deec25e448745a4baccc27517924108b.tar.gz cygnal-de5c20c2deec25e448745a4baccc27517924108b.tar.bz2 cygnal-de5c20c2deec25e448745a4baccc27517924108b.zip |
* cygwin.din: Export wcstoimax, wcstoumax.
* posix.sgml: Move wcstoimax and wcstoumax to SUSv4 section.
* include/inttypes.h: Declare wcstoimax and wcstoumax.
* include/cygwin/version.h: Bump API minor number.
Diffstat (limited to 'winsup/cygwin/cygwin.din')
-rw-r--r-- | winsup/cygwin/cygwin.din | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index a9f4a5068..f38738f0d 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -1746,15 +1746,17 @@ wcsrchr NOSIGFE wcsrtombs NOSIGFE wcsspn NOSIGFE wcsstr NOSIGFE -wcstok NOSIGFE wcstod NOSIGFE wcstof NOSIGFE +wcstoimax = wcstoll NOSIGFE +wcstok NOSIGFE wcstol NOSIGFE wcstoll NOSIGFE wcstombs NOSIGFE _wcstombs = wcstombs NOSIGFE wcstoul NOSIGFE wcstoull NOSIGFE +wcstoumax = wcstoull NOSIGFE wcswidth NOSIGFE wcsxfrm NOSIGFE wctob NOSIGFE |