diff options
Diffstat (limited to 'string/argz-count.c')
-rw-r--r-- | string/argz-count.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/string/argz-count.c b/string/argz-count.c index 58c797bef7..39282e84a2 100644 --- a/string/argz-count.c +++ b/string/argz-count.c @@ -1,5 +1,5 @@ /* Routines for dealing with '\0' separated arg vectors. - Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader <miles@gnu.ai.mit.edu> @@ -35,4 +35,5 @@ __argz_count (const char *argz, size_t len) } return count; } +INTDEF(__argz_count) weak_alias (__argz_count, argz_count) |