diff options
author | Roland McGrath <roland@gnu.org> | 2001-08-23 08:36:47 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-08-23 08:36:47 +0000 |
commit | 9efc8b95af3b3e832d7d3660119c3d487d40d16e (patch) | |
tree | fbd62af5cbd4a910ce1da1e9c1ef4d5b8b6b077d /ChangeLog | |
parent | c12aa8015699d66a193c3c183b4f1d1a72bb92c1 (diff) | |
download | glibc-9efc8b95af3b3e832d7d3660119c3d487d40d16e.tar glibc-9efc8b95af3b3e832d7d3660119c3d487d40d16e.tar.gz glibc-9efc8b95af3b3e832d7d3660119c3d487d40d16e.tar.bz2 glibc-9efc8b95af3b3e832d7d3660119c3d487d40d16e.zip |
* libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
* nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2001-08-23 Roland McGrath <roland@frob.com> + + * libio/tst-ungetwc1.c (main): Add a const to quiet a warning. + + * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN. + Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error. + 2001-08-22 Roland McGrath <roland@frob.com> * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with |