diff options
Diffstat (limited to 'sysdeps/generic/strspn.c')
-rw-r--r-- | sysdeps/generic/strspn.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/generic/strspn.c b/sysdeps/generic/strspn.c index fd1c9bef03..dc17ea8cbc 100644 --- a/sysdeps/generic/strspn.c +++ b/sysdeps/generic/strspn.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991, 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 @@ -44,3 +44,4 @@ strspn (s, accept) return count; } +libc_hidden_builtin_def (strspn) |