This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Improve performance of strcat
- From: "Wilco Dijkstra" <wdijkstr at arm dot com>
- To: <azanella at linux dot vnet dot ibm dot com>
- Cc: <libc-alpha at sourceware dot org>
- Date: Thu, 7 Aug 2014 14:58:05 +0100
- Subject: Re: [PATCH] Improve performance of strcat
- Authentication-results: sourceware.org; auth=none
>> + strcpy (dest + strlen (dest), src);
>
> Should it be __strcpy/__strlen ?
Not according to: https://sourceware.org/ml/libc-alpha/2014-04/msg00471.html