diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-31 00:02:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-31 00:02:18 +0000 |
commit | 8fea756af2baa7cf5b4012ee700da3cdd5b10db9 (patch) | |
tree | 59306af65f719a21fb247a0c8b0f381fd382b188 /ChangeLog | |
parent | e932b4062e0becb827e3fbde008e99d058f89096 (diff) | |
download | glibc-8fea756af2baa7cf5b4012ee700da3cdd5b10db9.tar.gz glibc-8fea756af2baa7cf5b4012ee700da3cdd5b10db9.tar.xz glibc-8fea756af2baa7cf5b4012ee700da3cdd5b10db9.zip |
* nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is
neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]). * nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 38ab651239..61a603d5bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2002-08-30 Roland McGrath <roland@redhat.com> + * nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is + neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]). + + * nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one. + * sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New macros replace the i686 versions for 64-bit mode. |