diff options
author | Roland McGrath <roland@gnu.org> | 2004-10-01 22:49:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-10-01 22:49:43 +0000 |
commit | f1d877e18b03a316276ded8d7183c7e0a6f95cb4 (patch) | |
tree | 8f1a4ca1845db5d32456c1bf5ce4c520cd5174e2 | |
parent | 290855f36b15fe306c281794a0ec56f56959f94c (diff) | |
download | glibc-f1d877e18b03a316276ded8d7183c7e0a6f95cb4.tar glibc-f1d877e18b03a316276ded8d7183c7e0a6f95cb4.tar.gz glibc-f1d877e18b03a316276ded8d7183c7e0a6f95cb4.tar.bz2 glibc-f1d877e18b03a316276ded8d7183c7e0a6f95cb4.zip |
[BZ #420]
2004-10-02 Simon Josefsson <jas@extundo.com>
[BZ #420]
* sysdeps/generic/memmem.c [!_LIBC]: Define __builtin_expect, to
make the file usable inside gnulib.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-10-02 Simon Josefsson <jas@extundo.com> + + [BZ #420] + * sysdeps/generic/memmem.c [!_LIBC]: Define __builtin_expect, to + make the file usable inside gnulib. + 2004-10-01 Ulrich Drepper <drepper@redhat.com> * nscd/nscd_initgroups.c (__nscd_getgrouplist): Always add the |