diff options
-rw-r--r-- | winsup/cygwin/ChangeLog | 6 | ||||
-rw-r--r-- | winsup/cygwin/cygwin.din | 1 | ||||
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 3 | ||||
-rw-r--r-- | winsup/cygwin/posix.sgml | 2 |
4 files changed, 10 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 63ab00ada..e94c0b56f 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,9 @@ +2009-02-18 Corinna Vinschen <corinna@vinschen.de> + + * cygwin.din: Export open_wmemstream. + * posix.sgml: Move open_wmemstream to SUSv4 section. + * include/cygwin/version.h: Bump API minor number. + 2009-02-16 Corinna Vinschen <corinna@vinschen.de> * cygwin.din: Export reallocf. diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index 0b245007d..d840bb4ea 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -1037,6 +1037,7 @@ open SIGFE _open = open SIGFE _open64 open_memstream SIGFE +open_wmemstream SIGFE openat SIGFE opendir SIGFE __opendir_with_d_ino SIGFE diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index cbf3ec389..4ba352f9c 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -347,12 +347,13 @@ details. */ 196: Export wcsnlen. 197: Export wcstoimax, wcstoumax. 198: Export reallocf. + 199: Export open_wmemstream. */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 198 +#define CYGWIN_VERSION_API_MINOR 199 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible diff --git a/winsup/cygwin/posix.sgml b/winsup/cygwin/posix.sgml index b15e7a58a..bb3a05347 100644 --- a/winsup/cygwin/posix.sgml +++ b/winsup/cygwin/posix.sgml @@ -443,6 +443,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> opendir openlog open_memstream + open_wmemstream optarg opterr optind @@ -1267,7 +1268,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> newlocale nextafterl nexttowardl - open_wmemstream posix_mem_offset posix_spawn[...] posix_trace[...] |