mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-15 01:21:06 +00:00
x86: Fix #define STRCPY
guard in strcpy-sse2.S
`#ifndef STPCPY` is incorrect for checking if `STRCPY` is already defined. It doesn't end up mattering as the whole check is guarded by `#if IS_IN (libc)` but is incorrect none the less.
This commit is contained in:
parent
483cfe1a6a
commit
312ded0d63
@ -22,7 +22,7 @@
|
||||
|
||||
# include <sysdep.h>
|
||||
|
||||
# ifndef STPCPY
|
||||
# ifndef STRCPY
|
||||
# define STRCPY __strcpy_sse2
|
||||
# endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user