diff --git a/string/arm/strcpy.c b/string/arm/strcpy.c index 02cf94ff4be009c2048886c0fedd59f521d73f56..e7cee485e2a7e61b0db7b93ef5acbdaabec0a7d6 100644 --- a/string/arm/strcpy.c +++ b/string/arm/strcpy.c @@ -5,8 +5,6 @@ * SPDX-License-Identifier: MIT */ -#if defined (__thumb2__) && !defined (__thumb__) - /* For GLIBC: #include #include @@ -129,5 +127,3 @@ __strcpy_arm (char* dst, const char* src) "BX LR"); } /* For GLIBC: libc_hidden_builtin_def (strcpy) */ - -#endif /* defined (__thumb2__) && !defined (__thumb__) */