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]

Re: xdr naming difference


On May  4 06:48, Eric Blake wrote:
> 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?

Are you really talking about the rpc/xdr.h header provided by newlib?
All of what you're missing is in that file.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


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