x86: Fix `#define STRCPY` guard in strcpy-sse2.S
authorNoah Goldstein <goldstein.w.n@gmail.com>
Mon, 8 Aug 2022 03:26:21 +0000 (11:26 +0800)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Tue, 9 Aug 2022 09:00:03 +0000 (17:00 +0800)
commit312ded0d6339e8c463d0395397b5825401b14f54
tree9a1efd094636375011e36ae1741d2ab225d1f0ba
parent483cfe1a6a33d6335b1901581b41040d2d412511
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.
sysdeps/x86_64/multiarch/strcpy-sse2.S