* 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.
This commit is contained in:
parent
3b221af1a8
commit
a9fd742428
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user