]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* include/rpc/pmap_prot.h: Mark all functions as hidden.
authorUlrich Drepper <drepper@redhat.com>
Mon, 15 May 2006 20:46:12 +0000 (20:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 15 May 2006 20:46:12 +0000 (20:46 +0000)
* 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.

12 files changed:
ChangeLog
iconv/gconv_int.h
include/rpc/pmap_prot.h
include/rpc/pmap_rmt.h
nptl/ChangeLog
nptl/sysdeps/unix/sysv/linux/fork.h
nscd/nscd_getai.c
nscd/nscd_getgr_r.c
nscd/nscd_gethst_r.c
nscd/nscd_initgroups.c
stdlib/longlong.h
sunrpc/pmap_rmt.c

index f13404a203ed77b6770a52c66606989f5d293ef8..51b8b6436ced0919621adea4e5781487b3b6e37d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
 
+       * 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.
+
        * include/rpc/key_prot.h: Maek all _internal functions as hidden.
 
        * include/rpc/auth.h: Mark xdr_des_block_internal and
@@ -10,8 +24,6 @@
 
        * include/rpc/xdr.h: Make all _internal functions as hidden.
 
-       * sunrpc/pmap_rmt.c: Declare xdr_rmtcall_args_internal as hidden.
-
        * misc/getusershell.c (okshells): Don't use static initializers,
        do it dynamically.
 
index ace2bae1c6e40e4f14e427e8104e38c17226e1e8..8d9cdaefc263c7284a89c3917d13db277167e6f7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997-2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2005, 2006 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
@@ -128,7 +128,7 @@ extern struct gconv_module *__gconv_modules_db attribute_hidden;
 extern const char *__gconv_path_envvar attribute_hidden;
 
 /* Lock for the conversion database content.  */
-__libc_lock_define (extern, __gconv_lock);
+__libc_lock_define (extern, __gconv_lock attribute_hidden)
 
 
 /* The gconv functions expects the name to be in upper case and complete,
index e50d5e0c79434bc6d50fe80df61577d21eb5a108..902faba019a9b8216eac621edd9b73014b3da684 100644 (file)
@@ -1,5 +1,7 @@
 #include <sunrpc/rpc/pmap_prot.h>
 
 
-extern bool_t xdr_pmap_internal (XDR *__xdrs, struct pmap *__regs);
-extern bool_t xdr_pmaplist_internal (XDR *__xdrs, struct pmaplist **__rp);
+extern bool_t xdr_pmap_internal (XDR *__xdrs, struct pmap *__regs)
+  attribute_hidden;
+extern bool_t xdr_pmaplist_internal (XDR *__xdrs, struct pmaplist **__rp)
+  attribute_hidden;
index f8e586c27e570a1af5672c27fa41134a42188578..63e41cab28187b2496aca7e86a16dab58a982ac0 100644 (file)
@@ -1,5 +1,7 @@
 #include <sunrpc/rpc/pmap_rmt.h>
 
 extern bool_t xdr_rmtcall_args_internal (XDR *__xdrs,
-                                        struct rmtcallargs *__crp);
-extern bool_t xdr_rmtcallres_internal (XDR *__xdrs, struct rmtcallres *__crp);
+                                        struct rmtcallargs *__crp)
+  attribute_hidden;
+extern bool_t xdr_rmtcallres_internal (XDR *__xdrs, struct rmtcallres *__crp)
+  attribute_hidden;
index 3ba665f7cd7a88958d69fc4a5c90ed883a8bd1f4..2dd28380371745e6c8b000c08bc32632eaa376fd 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-15  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/unix/sysv/linux/fork.h: Makr __fork_handlers as hidden.
+
 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
 
        * pthread_key_create.c (__pthread_key_create): Do away with
index d093ccc907cf346852c50819390a1b4510a8c707..6458977b997f3371b6dd03c4cc7311090c20fae7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2002, 2003, 2006 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
 
@@ -41,7 +41,7 @@ struct fork_handler
 };
 
 /* The single linked list of all currently registered for handlers.  */
-extern struct fork_handler *__fork_handlers;
+extern struct fork_handler *__fork_handlers attribute_hidden;
 
 
 /* Function to call to unregister fork handlers.  */
index 4e3dfad1ea4a14e06d9864f9a12b2b5658f18bcc..b59c31ea26d3fa0b67878727acfe4f919eaafb56 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+/* Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
 
@@ -34,7 +34,7 @@ extern int __nss_not_use_nscd_hosts;
 
 
 /* We use the mapping from nscd_gethst.  */
-libc_locked_map_ptr (extern, __hst_map_handle);
+libc_locked_map_ptr (extern, __hst_map_handle) attribute_hidden;
 
 
 int
index dae1c0da54e61f120fd5ab7d879c2dc8af14c20f..922b906c19095d985196525355c4024fb32d4db6 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005
-   Free Software Foundation, Inc.
+/* Copyright (C) 1998-2000, 2002-2005, 2006 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Thorsten Kukuk <kukuk@uni-paderborn.de>, 1998.
 
@@ -67,7 +66,7 @@ __nscd_getgrgid_r (gid_t gid, struct group *resultbuf, char *buffer,
 }
 
 
-libc_locked_map_ptr (,__gr_map_handle);
+libc_locked_map_ptr (,__gr_map_handle) attribute_hidden;
 /* Note that we only free the structure if necessary.  The memory
    mapping is not removed since it is not visible to the malloc
    handling.  */
index 9fa10e27400006f6a3744f79c09d5d291bbbb65c..516977bcc4997b25aff54a7b320a31d7c38699a1 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998-2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2005, 2006 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
 
@@ -87,7 +87,7 @@ __nscd_gethostbyaddr_r (const void *addr, socklen_t len, int type,
 }
 
 
-libc_locked_map_ptr (, __hst_map_handle);
+libc_locked_map_ptr (, __hst_map_handle) attribute_hidden;
 /* Note that we only free the structure if necessary.  The memory
    mapping is not removed since it is not visible to the malloc
    handling.  */
index cf5af6edc1bb55d7a3ca71607a16dbe81182e418..3d82275d7e06f86c6720f6ca89748bd2d14b4aaf 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+/* Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
 
@@ -30,7 +30,7 @@
 
 
 /* We use the same mapping as in nscd_getgr.   */
-libc_locked_map_ptr (extern, __gr_map_handle);
+libc_locked_map_ptr (extern, __gr_map_handle) attribute_hidden;
 
 
 int
index 4e1931d8234f3a64ab764c6e01e0db0c35c52dc4..ca6285a19b1a1b84d2cd470e9a8488e4b5dc4e91 100644 (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.
 
index 7de7f4147c0fa88344359ba9f8c94ebd24f4835b..e06884891991320a069263e10b917017a9d83193 100644 (file)
@@ -62,10 +62,6 @@ extern u_long _create_xid (void);
 
 static const struct timeval timeout = {3, 0};
 
-bool_t xdr_rmtcall_args_internal (XDR *xdrs, struct rmtcallargs *cap)
-  attribute_hidden;
-
-
 /*
  * pmapper remote-call-service interface.
  * This routine is used to call the pmapper remote call service