From 32382e935a569058fbd94748d4d1468ab6224936 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 11 Mar 2009 12:03:44 +0000 Subject: * cygwin.din: Export wscanf, fwscanf, swscanf, vwscanf, vfwscanf, vswscanf. * posix.sgml: Move fwscanf, swscanf, vwscanf, vfwscanf, vswscanf to SUSv4 list. * include/cygwin/version.h: Bump API minor number. --- winsup/cygwin/include/cygwin/version.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'winsup/cygwin/include') diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 6a321f98d..d6fcd2792 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -353,12 +353,13 @@ details. */ 202: Export gethostbyname2. 203: Export wcsftime. 204: recv/send flag MSG_DONTWAIT added. + 205: Export wscanf, fwscanf, swscanf, vwscanf, vfwscanf, vswscanf. */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 204 +#define CYGWIN_VERSION_API_MINOR 205 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible -- cgit v1.2.3