diff options
author | Roland McGrath <roland@gnu.org> | 2001-08-24 23:51:15 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-08-24 23:51:15 +0000 |
commit | fb2c7eab2e3435e440d289fcbaf9fa0a2d45b12c (patch) | |
tree | e648dd2620ed5ce50a71ffe14c5987abfab1cd4a /ChangeLog | |
parent | f0b1a6c8762a6e2ec698fa7e253399b327047e34 (diff) | |
download | glibc-fb2c7eab2e3435e440d289fcbaf9fa0a2d45b12c.tar glibc-fb2c7eab2e3435e440d289fcbaf9fa0a2d45b12c.tar.gz glibc-fb2c7eab2e3435e440d289fcbaf9fa0a2d45b12c.tar.bz2 glibc-fb2c7eab2e3435e440d289fcbaf9fa0a2d45b12c.zip |
* string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
Just test that strerror returns non-null for a few errno codes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2001-08-24 Roland McGrath <roland@frob.com> + + * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr. + Just test that strerror returns non-null for a few errno codes. + 2001-08-23 Roland McGrath <roland@frob.com> * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal, |