]> git.ipfire.org Git - thirdparty/glibc.git/commit - NEWS
[BZ #14889]
authorJeff Law <law@redhat.com>
Wed, 28 Nov 2012 21:12:28 +0000 (14:12 -0700)
committerJeff Law <law@redhat.com>
Wed, 28 Nov 2012 21:16:12 +0000 (14:16 -0700)
commit14bc93a967e62abf8cf2704725b6f76619399f83
tree80ddd44c7357253f59d6477ced8266856ee9d247
parentb54eb3cb0a4325975d9b82709865a055bc8da910
   [BZ #14889]
        * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
        * sunrpc/svc.c: Include time.h.
        (__svc_accept_failed): New function.
        * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
        any reason other than EINTR, call __svc_accept_failed.
        * sunrpc/svc_udp.c (svcudp_recv): Similarly.
        * sunrpc/svc_unix.c (rendezvous_request): Similarly.
ChangeLog
NEWS
sunrpc/rpc/svc.h
sunrpc/svc.c
sunrpc/svc_tcp.c
sunrpc/svc_udp.c
sunrpc/svc_unix.c