diff options
author | Jeff Law <law@redhat.com> | 2012-11-28 14:12:28 -0700 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2012-11-28 14:16:12 -0700 |
commit | 14bc93a967e62abf8cf2704725b6f76619399f83 (patch) | |
tree | 80ddd44c7357253f59d6477ced8266856ee9d247 /ChangeLog | |
parent | b54eb3cb0a4325975d9b82709865a055bc8da910 (diff) | |
download | glibc-14bc93a967e62abf8cf2704725b6f76619399f83.tar.gz glibc-14bc93a967e62abf8cf2704725b6f76619399f83.tar.xz glibc-14bc93a967e62abf8cf2704725b6f76619399f83.zip |
[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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 14f81368d7..b74cde7e69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2012-11-28 Jeff Law <law@redhat.com> + Martin Osvald <mosvald@redhat.com> + + [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. + 2012-11-28 Andreas Schwab <schwab@suse.de> * scripts/abilist.awk: Also handle indirect functions in .opd |