From 14508bd8913482d0e3627ea43076fab77a35725e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 29 Jul 2004 17:34:38 +0000 Subject: [PATCH] Use sizeof, not alignof, in memchr and memrchr. --- lib/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) 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". -- 2.47.2