summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-02-18 17:38:16 +0000
committerCorinna Vinschen <corinna@vinschen.de>2009-02-18 17:38:16 +0000
commit15fc34ac5ac00f4efb1ddfc98a623833a1aaddb2 (patch)
tree40e6e5bf69742128bed297f3e7501ba497578e58
parent84e851fd643d3e7b5433cae92bb057ee1db3d6af (diff)
downloadcygnal-15fc34ac5ac00f4efb1ddfc98a623833a1aaddb2.tar.gz
cygnal-15fc34ac5ac00f4efb1ddfc98a623833a1aaddb2.tar.bz2
cygnal-15fc34ac5ac00f4efb1ddfc98a623833a1aaddb2.zip
* cygwin.din: Export open_wmemstream.
* posix.sgml: Move open_wmemstream to SUSv4 section. * include/cygwin/version.h: Bump API minor number.
-rw-r--r--winsup/cygwin/ChangeLog6
-rw-r--r--winsup/cygwin/cygwin.din1
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
-rw-r--r--winsup/cygwin/posix.sgml2
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[...]