diff options
Diffstat (limited to 'sysdeps/aarch64/memchr.S')
-rw-r--r-- | sysdeps/aarch64/memchr.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/aarch64/memchr.S b/sysdeps/aarch64/memchr.S index e422aef090..bb7b971e04 100644 --- a/sysdeps/aarch64/memchr.S +++ b/sysdeps/aarch64/memchr.S @@ -1,6 +1,6 @@ /* memchr - find a character in a memory zone - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. |