diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-07-13 22:47:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-07-13 22:47:24 +0000 |
commit | 7529e67ed84e9af2fcfec3eca1f0e18ece7e5475 (patch) | |
tree | b89518426e308704d25688797f8ff0383de17791 /ChangeLog | |
parent | a9564ae94bc6c852ce47629d1ba735aadb8737b4 (diff) | |
download | glibc-7529e67ed84e9af2fcfec3eca1f0e18ece7e5475.zip glibc-7529e67ed84e9af2fcfec3eca1f0e18ece7e5475.tar.gz glibc-7529e67ed84e9af2fcfec3eca1f0e18ece7e5475.tar.bz2 |
* nscd/nscd_helper.c (wait_on_socket): New function.
(get_mapping): Use wait_on_socket instead of poll. The former handles
EINTR of poll correctly.
(__nscd_open_socket): Likewise.
(get_mapping): Make sure BUF is aligned correctly.
(get_mapping): Use munmap on correct pointer.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-07-13 Ulrich Drepper <drepper@redhat.com> + + * nscd/nscd_helper.c (wait_on_socket): New function. + (get_mapping): Use wait_on_socket instead of poll. The former handles + EINTR of poll correctly. + (__nscd_open_socket): Likewise. + (get_mapping): Make sure BUF is aligned correctly. + (get_mapping): Use munmap on correct pointer. + 2005-07-12 Ulrich Drepper <drepper@redhat.com> * include/libc-symbols.h: Define macros for librt hidden symbols. |