This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

xdr naming difference


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   eblake@redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]