diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-05-16 18:19:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-05-16 18:19:18 +0000 |
commit | 74e133858878bf14222273726f8b9d72b39df01e (patch) | |
tree | d56edec4654a053a4c4e7421273a3f229d689e7d /ChangeLog | |
parent | 91c8a74b8b9f7bf24aae101190750c2ec7b9ab23 (diff) | |
download | glibc-74e133858878bf14222273726f8b9d72b39df01e.tar glibc-74e133858878bf14222273726f8b9d72b39df01e.tar.gz glibc-74e133858878bf14222273726f8b9d72b39df01e.tar.bz2 glibc-74e133858878bf14222273726f8b9d72b39df01e.zip |
* string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.cvs/fedora-glibc-20080516T2152
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2008-05-16 Ulrich Drepper <drepper@redhat.com> + * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp. + * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r lookup, don't assign canon unconditionally. |