On 2/15/2015 10:18 AM, Corinna Vinschen wrote:
On Feb 14 23:17, Marco Atzeri wrote:


you missed the point

__mempcpy is exported by cygwin lib at 32bit
but not at 64 bit.

For both the the two arch HAVE_MEMPCPY is defined.

The 32 bit variant exports lots of underscored versions of standard
POSIX functions for historical reasons.  We didn't want to reproduce
this for the 64 bit version so the whole lot was restricted to the 32
bit export definition file.  However, __mempcpy is a GNU symbol just as
the non-underscored variant.  This has gone unnoticed when we created
the export definitions for 64 bit.

I fixed that in CVS.


Thanks,
Corinna


Noted, I will add a workaround for the current build.

Regards
Marco


--
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

Reply via email to