From: Paul Eggert Date: Sat, 24 Sep 2005 22:59:22 +0000 (+0000) Subject: * regex_internal.h (__attribute): Define to nothing for GCC 2. X-Git-Tag: v5.90~79 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd02208ad26789aab6c727992fcf7dc95a210779;p=thirdparty%2Fcoreutils.git * regex_internal.h (__attribute): Define to nothing for GCC 2. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 669965595f..e1b26fad60 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2005-09-24 Paul Eggert + + * regex_internal.h (__attribute): Define to nothing for GCC 2. + This works around a core dump on OpenBSD 3.4, which has GCC + 2.95.3, which dumps core when given __attribute__(()). + 2005-09-24 Jim Meyering * openat-die.c, root-dev-ino.c, setenv.c, stdopen.c: