Add XDR support.

* cygwin.din: Export xdr functions.
	* include/cygwin/version.h: Bump version.
	* cygxdr.cc: New.
	* cygxdr.h: New.
	* dcrt0.cc (dll_crt0_1): Print the (rare) xdr-related
	error messages to stderr.
	* Makefile.in: Add cygxdr.
	* posix.sgml: Add new XDR functions to list of implemented Solaris
	functions.
This commit is contained in:
Corinna Vinschen
2010-03-03 15:05:19 +00:00
parent 6fc25b2d1e
commit 53c24915c4
8 changed files with 161 additions and 2 deletions

View File

@@ -377,12 +377,13 @@ details. */
221: Export strfmon.
222: CW_INT_SETLOCALE added.
223: SIGPWR added.
224: 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 223
#define CYGWIN_VERSION_API_MINOR 224
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible