This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [Patch, AArch64] Optimized strcpy
- From: Joseph Myers <joseph at codesourcery dot com>
- To: Richard Earnshaw <rearnsha at arm dot com>
- Cc: Glibc Development List <libc-alpha at sourceware dot org>
- Date: Wed, 7 Jan 2015 16:20:32 +0000
- Subject: Re: [Patch, AArch64] Optimized strcpy
- Authentication-results: sourceware.org; auth=none
- References: <54917329 dot 4090601 at arm dot com> <5491759B dot 4020704 at arm dot com> <54AD033E dot 509 at arm dot com>
On Wed, 7 Jan 2015, Richard Earnshaw wrote:
> +#ifdef BUILD_STPCPY
> +#define STRCPY __stpcpy
> +#else
> +#define STRCPY strcpy
> +#endif
Watch the preprocessor indentation, should be "# define" inside #if.
Likewise elsewhere.
--
Joseph S. Myers
joseph@codesourcery.com