PowerPC: Consolidate NPTL/non versions of clone
[glibc.git] / include / rpc / clnt.h
blobd79a6a7b5b2e5e2d321c8b21ec4227bb43605773
1 #ifndef _RPC_CLNT_H
2 #include <sunrpc/rpc/clnt.h>
4 /* Now define the internal interfaces. */
5 extern int _openchild (const char *command, FILE **fto, FILE **ffrom);
7 extern CLIENT *__libc_clntudp_bufcreate (struct sockaddr_in *__raddr,
8 u_long __program, u_long __version,
9 struct timeval __wait_resend,
10 int *__sockp, u_int __sendsz,
11 u_int __recvsz, int __flags);
13 libc_hidden_proto (clnt_sperrno)
14 libc_hidden_proto (clnt_spcreateerror)
15 libc_hidden_proto (clnt_perror)
16 libc_hidden_proto (clnt_sperror)
17 libc_hidden_proto (_rpc_dtablesize)
18 libc_hidden_proto (callrpc)
19 libc_hidden_proto (clnt_create)
20 libc_hidden_proto (clnt_pcreateerror)
21 libc_hidden_proto (clnt_perrno)
22 libc_hidden_proto (clntraw_create)
23 libc_hidden_proto (clnttcp_create)
24 libc_hidden_proto (clntudp_bufcreate)
25 libc_hidden_proto (clntudp_create)
26 libc_hidden_proto (get_myaddress)
27 libc_hidden_proto (clntunix_create)
28 libc_hidden_proto (__libc_clntudp_bufcreate)
30 #endif