From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1369 Path: news.gmane.org!not-for-mail From: Luca Barbato Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH 9/10] GLIBC ABI patches Date: Wed, 25 Jul 2012 16:12:59 +0200 Message-ID: <500FFEEB.9030004@gentoo.org> References: <20120722181332.191d4fa5@newbook> <20120722183828.20b71c9d@newbook> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1343225596 28636 80.91.229.3 (25 Jul 2012 14:13:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 25 Jul 2012 14:13:16 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1370-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jul 25 16:13:15 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Su2Kw-0006uB-Sm for gllmg-musl@plane.gmane.org; Wed, 25 Jul 2012 16:13:15 +0200 Original-Received: (qmail 27702 invoked by uid 550); 25 Jul 2012 14:13:13 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 27694 invoked from network); 25 Jul 2012 14:13:13 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120529 Thunderbird/12.0.1 In-Reply-To: <20120722183828.20b71c9d@newbook> X-Enigmail-Version: 1.5pre Xref: news.gmane.org gmane.linux.lib.musl.general:1369 Archived-At: On 07/23/2012 03:38 AM, Isaac Dunham wrote: > +weak_alias(poll, __poll); > +weak_alias(fscanf, __isoc99_fscanf); > +weak_alias(sscanf, __isoc99_sscanf); > -char *strndup(const char *s, size_t n) > +char *__strndup(const char *s, size_t n) > +weak_alias(__strndup, strndup); Why strndup is different? lu -- Luca Barbato Gentoo/linux http://dev.gentoo.org/~lu_zero