diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2010-03-03 15:05:19 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2010-03-03 15:05:19 +0000 |
commit | 53c24915c4ee4e2b4460519e5a72ccc3702c5a0b (patch) | |
tree | a0cd1cd79d5693470926c1a787cfeff21e090dce /winsup/cygwin/posix.sgml | |
parent | 6fc25b2d1e77e48241219400fe840249697c6a56 (diff) | |
download | cygnal-53c24915c4ee4e2b4460519e5a72ccc3702c5a0b.tar.gz cygnal-53c24915c4ee4e2b4460519e5a72ccc3702c5a0b.tar.bz2 cygnal-53c24915c4ee4e2b4460519e5a72ccc3702c5a0b.zip |
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.
Diffstat (limited to 'winsup/cygwin/posix.sgml')
-rw-r--r-- | winsup/cygwin/posix.sgml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/winsup/cygwin/posix.sgml b/winsup/cygwin/posix.sgml index c7e16ef12..e55bea602 100644 --- a/winsup/cygwin/posix.sgml +++ b/winsup/cygwin/posix.sgml @@ -1078,6 +1078,53 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> getmntent memalign setmntent + xdr_array + xdr_bool + xdr_bytes + xdr_char + xdr_double + xdr_enum + xdr_float + xdr_free + xdr_hyper + xdr_int + xdr_int16_t + xdr_int32_t + xdr_int64_t + xdr_int8_t + xdr_long + xdr_longlong_t + xdr_netobj + xdr_opaque + xdr_pointer + xdr_reference + xdr_short + xdr_sizeof + xdr_string + xdr_u_char + xdr_u_hyper + xdr_u_int + xdr_u_int16_t + xdr_u_int32_t + xdr_u_int64_t + xdr_u_int8_t + xdr_u_long + xdr_u_longlong_t + xdr_u_short + xdr_uint16_t + xdr_uint32_t + xdr_uint64_t + xdr_uint8_t + xdr_union + xdr_vector + xdr_void + xdr_wrapstring + xdrmem_create + xdrrec_create + xdrrec_endofrecord + xdrrec_eof + xdrrec_skiprecord + xdrstdio_create </screen> </sect1> |