mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Update.
* wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden. (__ctype32_wctrans): Likewise. * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden. * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden. (__ctype32_wctrans): Likewise. (__ctype32_width): Likewise.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/* Internal header containing implementation of wcwidth() function.
|
||||
Copyright (C) 1996, 1997, 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996,1997,1999,2000,2001,2002 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
#include "../wctype/wchar-lookup.h"
|
||||
|
||||
/* Table containing width information. */
|
||||
extern const char *__ctype32_width;
|
||||
extern const char *__ctype32_width attribute_hidden;
|
||||
|
||||
static __inline int
|
||||
internal_wcwidth (wchar_t wc)
|
||||
|
Reference in New Issue
Block a user