diff options
Diffstat (limited to 'string/test-memmove.c')
-rw-r--r-- | string/test-memmove.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/string/test-memmove.c b/string/test-memmove.c index 8184884..fba3b1e 100644 --- a/string/test-memmove.c +++ b/string/test-memmove.c @@ -1,5 +1,5 @@ /* Test and measure memmove functions. - Copyright (C) 1999-2024 Free Software Foundation, Inc. + Copyright (C) 1999-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -47,7 +47,7 @@ IMPL (memmove, 1) /* Naive implementation to verify results. */ char * -inhibit_loop_to_libcall +test_cc_inhibit_loop_to_libcall simple_memmove (char *dst, const char *src, size_t n) { char *ret = dst; |