This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Simplify strncat.
- From: Paul Eggert <eggert at cs dot ucla dot edu>
- To: OndÅej BÃlka <neleai at seznam dot cz>
- Cc: libc-alpha at sourceware dot org
- Date: Wed, 17 Dec 2014 09:48:14 -0800
- Subject: Re: [PATCH] Simplify strncat.
- Authentication-results: sourceware.org; auth=none
- References: <20141216202438 dot GA5612 at domone> <54909B1E dot 9040201 at cs dot ucla dot edu> <20141217165103 dot GB26604 at domone>
On 12/17/2014 08:51 AM, OndÅej BÃlka wrote:
That looks better (with minor fix s/mempcpy/__mempcpy/)
Yes, thanks for catching that. It looks good.