From: Paul Eggert Date: Thu, 29 Jul 2004 17:34:38 +0000 (+0000) Subject: Use sizeof, not alignof, in memchr and memrchr. X-Git-Tag: v5.3.0~1023 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14508bd8913482d0e3627ea43076fab77a35725e;p=thirdparty%2Fcoreutils.git Use sizeof, not alignof, in memchr and memrchr. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index e3d5dfc923..022d9d27ad 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2004-07-29 Paul Eggert + + * memchr.c (UNALIGNED_P): Use sizeof, not alignof, for better + performance on m68k-linux. Reported by Andreas Schwab in + . + * memrchr.c (UNALIGNED_P): Likewise. + 2004-07-28 Paul Eggert * userspec.c: Include , "inttostr.h".