diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-12 06:42:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-12 06:42:00 +0000 |
commit | 8337f053bf0672fffd00f42dbab32f9bba23096d (patch) | |
tree | 4d0192d4dad60cb17851dd8384d69efae9455901 /ChangeLog | |
parent | 56ddf355daf2f9812b9560ca9fa698520b7000f8 (diff) | |
download | glibc-8337f053bf0672fffd00f42dbab32f9bba23096d.tar.gz glibc-8337f053bf0672fffd00f42dbab32f9bba23096d.tar.xz glibc-8337f053bf0672fffd00f42dbab32f9bba23096d.zip |
Update.
* nss/digits_dots.c: Don't pass NULL in h_aliases for successful lookup, pass pointer to array with NULL pointer [PR libc/1858].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 075594fbd6..bfc9e891e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-08-11 Ulrich Drepper <drepper@redhat.com> + * nss/digits_dots.c: Don't pass NULL in h_aliases for successful + lookup, pass pointer to array with NULL pointer [PR libc/1858]. + * rt/aio_cancel.c: If canceling a specific request which is running *really* do nothing. * rt/aio_misc.h: Add `done' to states of a request. |