Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2010-03-04 12:37:52 +0300
committerCorinna Vinschen <corinna@vinschen.de>2010-03-04 12:37:52 +0300
commita9fd74242880c6ec7d6f4697a722842e549b865d (patch)
treebb37c0525a29dd4102506daf9c6eb3bc7d145c9a
parent3b221af1a8e7ce4d91995ab5ef75dd280f604bb6 (diff)
* cygwin.din: Export __xdr functions.
* include/cygwin/version.h: Bump version. * posix.sgml: Add a few more XDR functions to list of implemented Solaris functions.
-rw-r--r--winsup/cygwin/ChangeLog7
-rw-r--r--winsup/cygwin/cygwin.din2
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
-rw-r--r--winsup/cygwin/posix.sgml2
4 files changed, 13 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 175a8c3ac..4eb11cbdd 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,10 @@
+2010-03-04 Charles Wilson <cygwin@cwilson.fastmail.fm>
+
+ * cygwin.din: Export __xdr functions.
+ * include/cygwin/version.h: Bump version.
+ * posix.sgml: Add a few more XDR functions to list
+ of implemented Solaris functions.
+
2010-03-03 Charles Wilson <cygwin@cwilson.fastmail.fm>
Add XDR support.
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din
index e9850976b..eefba316d 100644
--- a/winsup/cygwin/cygwin.din
+++ b/winsup/cygwin/cygwin.din
@@ -1861,6 +1861,8 @@ xdrrec_create SIGFE
xdrrec_endofrecord SIGFE
xdrrec_eof SIGFE
xdrrec_skiprecord SIGFE
+__xdrrec_getrec SIGFE
+__xdrrec_setnonblock SIGFE
xdrstdio_create SIGFE
y0 NOSIGFE
y0f NOSIGFE
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index b10c7dc25..4c741636a 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -378,12 +378,13 @@ details. */
222: CW_INT_SETLOCALE added.
223: SIGPWR added.
224: Export xdr* functions.
+ 225: Export __xdr* functions.
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 224
+#define CYGWIN_VERSION_API_MINOR 225
/* 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 e55bea602..b7358523d 100644
--- a/winsup/cygwin/posix.sgml
+++ b/winsup/cygwin/posix.sgml
@@ -1124,6 +1124,8 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
xdrrec_endofrecord
xdrrec_eof
xdrrec_skiprecord
+ __xdrrec_getrec
+ __xdrrec_setnonblock
xdrstdio_create
</screen>