diff options
Diffstat (limited to 'sysdeps/m68k/strchrnul.S')
-rw-r--r-- | sysdeps/m68k/strchrnul.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/m68k/strchrnul.S b/sysdeps/m68k/strchrnul.S index 05c0fdc2eb..e70de7b0ca 100644 --- a/sysdeps/m68k/strchrnul.S +++ b/sysdeps/m68k/strchrnul.S @@ -1,7 +1,7 @@ /* strchrnul (str, ch) -- Return pointer to first occurrence of CH in STR or the final NUL byte. For Motorola 68000. - Copyright (C) 1999-2020 Free Software Foundation, Inc. + Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Schwab <schwab@gnu.org>. |