diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/netdb.h | 1 | ||||
-rw-r--r-- | include/rpc/auth_des.h | 1 | ||||
-rw-r--r-- | include/string.h | 1 | ||||
-rw-r--r-- | include/unistd.h | 2 |
4 files changed, 5 insertions, 0 deletions
diff --git a/include/netdb.h b/include/netdb.h index 3f3fc18743..c77c4036f4 100644 --- a/include/netdb.h +++ b/include/netdb.h @@ -31,6 +31,7 @@ libc_hidden_proto (ruserok_af) libc_hidden_proto (getaddrinfo) libc_hidden_proto (getnameinfo) libc_hidden_proto (freeaddrinfo) +libc_hidden_proto (gai_strerror) /* Document internal interfaces. */ extern int __gethostent_r (struct hostent *__restrict __result_buf, diff --git a/include/rpc/auth_des.h b/include/rpc/auth_des.h index 4cacffa95b..6dee05961d 100644 --- a/include/rpc/auth_des.h +++ b/include/rpc/auth_des.h @@ -3,6 +3,7 @@ #include <sunrpc/rpc/auth_des.h> libc_hidden_proto (getpublickey) +libc_hidden_proto (rtime) extern bool_t xdr_authdes_cred (XDR *xdrs, struct authdes_cred *cred); extern bool_t xdr_authdes_verf (register XDR *xdrs, diff --git a/include/string.h b/include/string.h index d9a5eebcbe..e965cf4752 100644 --- a/include/string.h +++ b/include/string.h @@ -71,6 +71,7 @@ libc_hidden_proto (__strdup) libc_hidden_proto (__strndup) libc_hidden_proto (__strerror_r) libc_hidden_proto (__strverscmp) +libc_hidden_proto (basename) # ifndef _ISOMAC # ifndef index diff --git a/include/unistd.h b/include/unistd.h index 7c1c5da043..675f12040f 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -10,6 +10,8 @@ libc_hidden_proto (execlp) libc_hidden_proto (execvp) libc_hidden_proto (getpid) libc_hidden_proto (getsid) +libc_hidden_proto (getdomainname) +libc_hidden_proto (getlogin_r) /* Now define the internal interfaces. */ |