diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-08 11:37:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-08 11:37:03 +0000 |
commit | dcb268635730e862049f0695559dc24e95a4bc08 (patch) | |
tree | ee8c999f581e7b144965d4df2b62c58fd386f47b /libc | |
parent | 56d3944e624432f36ebe9fc3fbdf5a6f6f33dd6d (diff) |
hide internal ahostbuf symbol
Diffstat (limited to 'libc')
-rw-r--r-- | libc/inet/rpc/rexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/rpc/rexec.c b/libc/inet/rpc/rexec.c index 239e87fb0..a90776fc4 100644 --- a/libc/inet/rpc/rexec.c +++ b/libc/inet/rpc/rexec.c @@ -57,7 +57,7 @@ extern int __libc_sa_len (sa_family_t __af) __THROW attribute_hidden; int rexecoptions; -char ahostbuf[NI_MAXHOST]; +char ahostbuf[NI_MAXHOST] attribute_hidden; extern int __ruserpass(const char *host, const char **aname, const char **apass) attribute_hidden; int attribute_hidden |