diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-01-23 20:41:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-01-23 20:41:36 +0000 |
commit | 25e84177645ef6e640037e5f4b69ff0ac13d31cc (patch) | |
tree | a9a540da995a98ae85e5214bb64547dc6d836289 /ChangeLog | |
parent | 8073a49484461fbf71cacb154cc2aa2cdac0cca2 (diff) | |
download | glibc-25e84177645ef6e640037e5f4b69ff0ac13d31cc.zip glibc-25e84177645ef6e640037e5f4b69ff0ac13d31cc.tar.gz glibc-25e84177645ef6e640037e5f4b69ff0ac13d31cc.tar.bz2 |
..
2009-01-23 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
* misc/hsearch_r.c (hcreate_r): We need at least three elements in
the hash table.
* misc/Makefile (tests): Add bug-hsearch1.
* misc/bug-hsearch1.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2009-01-23 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning. + + * misc/hsearch_r.c (hcreate_r): We need at least three elements in + the hash table. + * misc/Makefile (tests): Add bug-hsearch1. + * misc/bug-hsearch1.c: New file. + 2009-01-22 Roland McGrath <roland@redhat.com> * Makeconfig (%.v.i): Strip trailing # comments, |