diff options
Diffstat (limited to 'wcsmbs/wmemchr.c')
-rw-r--r-- | wcsmbs/wmemchr.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/wcsmbs/wmemchr.c b/wcsmbs/wmemchr.c index 5cf18346a0..da93e965b2 100644 --- a/wcsmbs/wmemchr.c +++ b/wcsmbs/wmemchr.c @@ -1,6 +1,6 @@ -/* Copyright (C) 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1996,97,2002 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996. + Contributed by Ulrich Drepper <drepper@gnu.org>, 1996. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -60,3 +60,4 @@ wmemchr (s, c, n) return NULL; } +libc_hidden_def (wmemchr) |