diff options
Diffstat (limited to 'locale/mb_cur_max.c')
-rw-r--r-- | locale/mb_cur_max.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/mb_cur_max.c b/locale/mb_cur_max.c index cfb93ffba8..5de9114c23 100644 --- a/locale/mb_cur_max.c +++ b/locale/mb_cur_max.c @@ -1,6 +1,6 @@ /* Return number of characters in multibyte representation for current character set. - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright (C) 1996, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. @@ -25,7 +25,7 @@ #include "localeinfo.h" -int +size_t weak_function __ctype_get_mb_cur_max (void) { |