diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-07-14 02:17:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-07-14 02:17:58 +0000 |
commit | a08ab89700a4a2e60c4c99df5b23960427e19eeb (patch) | |
tree | f7b8c5e14ac2549cead4deec12802316937a9ea3 /ChangeLog | |
parent | 7529e67ed84e9af2fcfec3eca1f0e18ece7e5475 (diff) | |
download | glibc-a08ab89700a4a2e60c4c99df5b23960427e19eeb.zip glibc-a08ab89700a4a2e60c4c99df5b23960427e19eeb.tar.gz glibc-a08ab89700a4a2e60c4c99df5b23960427e19eeb.tar.bz2 |
* nscd/connections.c (send_ro_fd): Make sure BUF is aligned correctly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ 2005-07-13 Ulrich Drepper <drepper@redhat.com> + * nscd/connections.c (send_ro_fd): Make sure BUF is aligned correctly. * 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. |