diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-03-11 12:03:44 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-03-11 12:03:44 +0000 |
commit | 32382e935a569058fbd94748d4d1468ab6224936 (patch) | |
tree | f3acd4bed3930b545d07d4eda6234b3016889e2a /winsup/cygwin/include | |
parent | d0b85c158fbe7a30d665f41c60bb5800da562ce8 (diff) | |
download | cygnal-32382e935a569058fbd94748d4d1468ab6224936.tar.gz cygnal-32382e935a569058fbd94748d4d1468ab6224936.tar.bz2 cygnal-32382e935a569058fbd94748d4d1468ab6224936.zip |
* 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.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |