diff options
Diffstat (limited to 'sysdeps/aarch64/memrchr.S')
-rw-r--r-- | sysdeps/aarch64/memrchr.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/aarch64/memrchr.S b/sysdeps/aarch64/memrchr.S index f431a73..e0efbad 100644 --- a/sysdeps/aarch64/memrchr.S +++ b/sysdeps/aarch64/memrchr.S @@ -1,6 +1,6 @@ /* memrchr - find the last occurrence of a byte in a memory block - Copyright (C) 2015-2021 Free Software Foundation, Inc. + Copyright (C) 2015-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. |