diff options
Diffstat (limited to 'sysdeps/generic/strstr.c')
-rw-r--r-- | sysdeps/generic/strstr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/generic/strstr.c b/sysdeps/generic/strstr.c index e7e14e498d..fce1f2a756 100644 --- a/sysdeps/generic/strstr.c +++ b/sysdeps/generic/strstr.c @@ -1,5 +1,5 @@ /* Return the offset of one string within another. - Copyright (C) 1994, 1996, 1997, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1994,1996,1997,2000,2001,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 @@ -120,3 +120,4 @@ foundneedle: ret0: return 0; } +libc_hidden_builtin_def (strstr) |