* include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
commit8ccf22f93431a2f8c77de708cd3b15325c8fe0f4
authorUlrich Drepper <drepper@redhat.com>
Fri, 25 Jul 2008 17:06:50 +0000 (25 17:06 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 25 Jul 2008 17:06:50 +0000 (25 17:06 +0000)
treeea971b1800c807ebd69b29a80b01f06a9c71b34f
parent3ff2c948beaad303e376e1ad778d1cd8693a3099
* include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and

__libc_clntudp_bufcreate_internal.
* include/sys/socket.h: Declare __have_sock_cloexec.
* socket/Makefile (aux): Add have_sock_cloexec.
* socket/have_sock_cloexec.c: New file.
* sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
__libc_clntudp_bufcreate.
(__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
which takes an additional parameter.  Create socket with non-blocking
mode and close-on-exec flag set, if wanted.
* sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
* nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
instead of clntudp_create.  The socket has already the close-on-exec
flag set if SOCK_CLOEXEC is defined.
ChangeLog
include/rpc/clnt.h
include/sys/socket.h
nis/ypclnt.c
nptl/ChangeLog
nptl/sysdeps/unix/sysv/linux/mq_notify.c
socket/Makefile
socket/have_sock_cloexec.c [new file with mode: 0644]
sunrpc/Versions
sunrpc/clnt_udp.c