|
Message-ID: <500FFEEB.9030004@gentoo.org> Date: Wed, 25 Jul 2012 16:12:59 +0200 From: Luca Barbato <lu_zero@...too.org> To: musl@...ts.openwall.com Subject: Re: [PATCH 9/10] GLIBC ABI patches 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
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.