diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-31 03:21:56 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-31 03:21:56 +0000 |
commit | 37076fcc4c065e307f5946aaf7dbddb6ecbad939 (patch) | |
tree | f18b562b7b81cada12d86120c3a7b365a47203f9 /ChangeLog | |
parent | 8fea756af2baa7cf5b4012ee700da3cdd5b10db9 (diff) | |
download | glibc-37076fcc4c065e307f5946aaf7dbddb6ecbad939.tar glibc-37076fcc4c065e307f5946aaf7dbddb6ecbad939.tar.gz glibc-37076fcc4c065e307f5946aaf7dbddb6ecbad939.tar.bz2 glibc-37076fcc4c065e307f5946aaf7dbddb6ecbad939.zip |
* stdlib/tst-setcontext.c (main): If makecontext does nothing,
presume it's the stub and bail without error.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2002-08-30 Roland McGrath <roland@redhat.com> + * stdlib/tst-setcontext.c (main): If makecontext does nothing, + presume it's the stub and bail without error. + * nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]). |