1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

* include/rpc/pmap_prot.h: Mark all functions as hidden.

* nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
	* nscd/nscd_getgr_r.c: Likewise.

	* include/rpc/pmap_rmt.h: Mark all functions as hidden.

	* nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
	* nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.

	* stdlib/longlong.h (__clz_tab): Mark as hidden.

	* iconv/gconv_int.h: Mark __gconv_lock as hidden.
This commit is contained in:
Ulrich Drepper
2006-05-15 20:46:12 +00:00
parent 8263ed6242
commit 6f8a7dff35
12 changed files with 40 additions and 26 deletions

View File

@ -1,7 +1,6 @@
/* longlong.h -- definitions for mixed size 32/64 bit arithmetic.
Copyright (C) 1991, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
2002, 2003, 2004, 2005
Free Software Foundation, Inc.
2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
@ -46,7 +45,7 @@
#define UDWtype UDItype
#endif
extern const UQItype __clz_tab[256];
extern const UQItype __clz_tab[256] attribute_hidden;
/* Define auxiliary asm macros.