glibc provides xdr_uint{8,16,32,64}_t, but while cygwin exports those
functions, the header rpc/xdr.h only declares xdr_u_int{8,16,32,64}_t
(note the extra underscore).  Likewise, the IXDR_PUT_INT32 macro is
missing.  These differences in the cygwin version tripped up compilation
of libvirt on cygwin [1].  Can we get aliases added to provide the glibc
spelling of these four functions, so we can remove the libvirt hacks?

[1] https://www.redhat.com/archives/libvir-list/2010-April/msg01134.html

-- 
Eric Blake   ebl...@redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to