1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

* sunrpc/rpc/svc.h: Declare svcfd_create.

Patch by Michael Solberg <msolberg@redhat.com>.

	* hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
This commit is contained in:
Ulrich Drepper
2008-09-15 22:46:48 +00:00
parent caa60cb998
commit 2bcaff08d2
2 changed files with 11 additions and 1 deletions

View File

@@ -303,6 +303,11 @@ extern SVCXPRT *svcudp_bufcreate (int __sock, u_int __sendsz, u_int __recvsz)
extern SVCXPRT *svctcp_create (int __sock, u_int __sendsize, u_int __recvsize)
__THROW;
/*
* FD based rpc.
*/
extern SVCXPRT *svcfd_create (int __sock, u_int __sendsize, u_int __recvsize)
__THROW;
/*
* Unix based rpc.