瀏覽代碼

hide internal funcs to kill off more relocs

Mike Frysinger 20 年之前
父節點
當前提交
8dfcc8ad32
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      libc/inet/rpc/svc_auth_unix.c

+ 2 - 0
libc/inet/rpc/svc_auth_unix.c

@@ -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 @@ done:
  * 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)
 {