aboutsummaryrefslogtreecommitdiff
path: root/inet/rcmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'inet/rcmd.c')
-rw-r--r--inet/rcmd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/inet/rcmd.c b/inet/rcmd.c
index 8ad6f31..fe77e99 100644
--- a/inet/rcmd.c
+++ b/inet/rcmd.c
@@ -398,6 +398,7 @@ bad:
freeaddrinfo(res);
return -1;
}
+libc_hidden_def (rcmd_af)
int
rcmd(ahost, rport, locuser, remuser, cmd, fd2p)
@@ -458,6 +459,7 @@ rresvport_af(alport, family)
__set_errno (EAGAIN);
return -1;
}
+libc_hidden_def (rresvport_af)
int
rresvport(alport)
@@ -494,6 +496,8 @@ ruserok_af(rhost, superuser, ruser, luser, af)
freeaddrinfo(res0);
return (ret);
}
+libc_hidden_def (ruserok_af)
+
int
ruserok(rhost, superuser, ruser, luser)
const char *rhost, *ruser, *luser;