diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-16 19:07:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-16 19:07:47 +0000 |
commit | 380f06d3979d9608b4b9abb0540e6832adac004a (patch) | |
tree | 6d3d8e4daf9a13bda96745abb15727e0b58890c1 /ChangeLog | |
parent | e2366611448fda03a8a7fcca11a7fdb157a1981f (diff) | |
download | glibc-380f06d3979d9608b4b9abb0540e6832adac004a.tar glibc-380f06d3979d9608b4b9abb0540e6832adac004a.tar.gz glibc-380f06d3979d9608b4b9abb0540e6832adac004a.tar.bz2 glibc-380f06d3979d9608b4b9abb0540e6832adac004a.zip |
Update.
* posix/Makefile (tests): Add bug-ga1.
* posix/bug-ga1.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ * sysdeps/posix/getaddrinfo.c (match_prefix): Correctly match partial bytes [BZ #24]. + * posix/Makefile (tests): Add bug-ga1. + * posix/bug-ga1.c: New file. 2004-02-13 Steven Munroe <sjmunroe@us.ibm.com> |