X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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 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 AT cygwin DOT com Subject: Re: __mempcpy References: <54DF053D DOT 70805 AT gmail DOT com> <54DFC467 DOT 60200 AT gmail DOT com> <54DFC4E9 DOT 1010707 AT gmail DOT com> <54DFC977 DOT 9040305 AT gmail DOT com> <20150215091819 DOT GD7225 AT calimero DOT vinschen DOT 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