X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=cn27zq/rkwxIC2bxh1zMcSs7TCJ8bjcYQUGonEMN7lW
	FCBUlNQe2RvR20hra+TQoeaVRy1Xxoud875n1tyA9jgwb6lSR+ozKTFfFpLlfMMX
	LQejmNsQffNdysPStNR4yvzRlf2MsfMJTi7wTG7/6eYH7AvMHGsx3XI5G6IcaXTM
	=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=RfbmYJSbpe6fYzyq2K1dKYbC108=; b=OEJI9XLzsFESgJGn0
	NeK0HY84ivmDjGVbVId2DzABt7K+pYeWt7gn8PbzuaAmTAkIfKcygBSGWTKTfdbH
	WeA1qGxxX3NQ8lv01lTxmd05kKN0B9AFabaXAd0PRMMwbXP6+YsIfKLBsH5vdLLA
	qtD9JskaGpkfrcXIZgo/jUmw+s=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_FROM_URIBL_PCCC,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2
X-HELO: mail-we0-f173.google.com
X-Received: by 10.195.17.137 with SMTP id ge9mr38636910wjd.44.1423993187545;        Sun, 15 Feb 2015 01:39:47 -0800 (PST)
Message-ID: <54E0694C.8010905@gmail.com>
Date: Sun, 15 Feb 2015 10:39:24 +0100
From: Marco Atzeri <marco.atzeri@gmail.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: __mempcpy
References: <54DF053D.70805@gmail.com> <54DFC467.60200@gmail.com> <54DFC4E9.1010707@gmail.com> <54DFC977.9040305@gmail.com> <20150215091819.GD7225@calimero.vinschen.de>
In-Reply-To: <20150215091819.GD7225@calimero.vinschen.de>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

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

