From de5c20c2deec25e448745a4baccc27517924108b Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 16 Feb 2009 15:36:01 +0000 Subject: * 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. --- winsup/cygwin/cygwin.din | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'winsup/cygwin/cygwin.din') 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 -- cgit v1.2.3