svn commit: trunk/uClibc/libc/inet/rpc

vapier at uclibc.org vapier at uclibc.org
Sun Jan 8 11:22:00 UTC 2006


Author: vapier
Date: 2006-01-08 03:21:59 -0800 (Sun, 08 Jan 2006)
New Revision: 13164

Log:
hide internal funcs to kill off more relocs

Modified:
   trunk/uClibc/libc/inet/rpc/svc_auth_unix.c


Changeset:
Modified: trunk/uClibc/libc/inet/rpc/svc_auth_unix.c
===================================================================
--- trunk/uClibc/libc/inet/rpc/svc_auth_unix.c	2006-01-08 11:19:44 UTC (rev 13163)
+++ trunk/uClibc/libc/inet/rpc/svc_auth_unix.c	2006-01-08 11:21:59 UTC (rev 13164)
@@ -53,6 +53,7 @@
 /*
  * Unix longhand authenticator
  */
+attribute_hidden
 enum auth_stat
 _svcauth_unix (struct svc_req *rqst, struct rpc_msg *msg)
 {
@@ -151,6 +152,7 @@
  * Looks up longhand in a cache.
  */
 /*ARGSUSED */
+attribute_hidden
 enum auth_stat
 _svcauth_short (struct svc_req *rqst attribute_unused, struct rpc_msg *msg attribute_unused)
 {




More information about the uClibc-cvs mailing list