diff options
Diffstat (limited to 'sysdeps/x86_64/strcspn-generic.c')
-rw-r--r-- | sysdeps/x86_64/strcspn-generic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/strcspn-generic.c b/sysdeps/x86_64/strcspn-generic.c index 51fd70b63d..4008c8a15b 100644 --- a/sysdeps/x86_64/strcspn-generic.c +++ b/sysdeps/x86_64/strcspn-generic.c @@ -1,7 +1,7 @@ /* Hook for build strcspn-generic for non-multiarch build. Needed for the ISA level >= 2 because strcspn-sse4 has a dependency on strcspn-generic. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 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 |