diff options
Diffstat (limited to 'sysdeps/generic/strrchr.c')
-rw-r--r-- | sysdeps/generic/strrchr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/generic/strrchr.c b/sysdeps/generic/strrchr.c index e0461145ee..64118b87ef 100644 --- a/sysdeps/generic/strrchr.c +++ b/sysdeps/generic/strrchr.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1995, 1996, 1997, 2003 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 @@ -47,3 +47,4 @@ strrchr (const char *s, int c) #undef rindex weak_alias (strrchr, rindex) #endif +libc_hidden_builtin_def (strrchr) |