about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-31 03:21:56 +0000
committerRoland McGrath <roland@gnu.org>2002-08-31 03:21:56 +0000
commit37076fcc4c065e307f5946aaf7dbddb6ecbad939 (patch)
treef18b562b7b81cada12d86120c3a7b365a47203f9 /ChangeLog
parent8fea756af2baa7cf5b4012ee700da3cdd5b10db9 (diff)
downloadglibc-37076fcc4c065e307f5946aaf7dbddb6ecbad939.tar.gz
glibc-37076fcc4c065e307f5946aaf7dbddb6ecbad939.tar.xz
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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61a603d5bb..39239912dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]).