diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-24 22:59:22 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-24 22:59:22 +0000 |
commit | fd02208ad26789aab6c727992fcf7dc95a210779 (patch) | |
tree | 6de9f0c4f711c3974fbb82045872be5f865c1743 /lib/ChangeLog | |
parent | 5a29d2d43060218d520d2f078784466d14128454 (diff) | |
download | coreutils-fd02208ad26789aab6c727992fcf7dc95a210779.tar.xz |
* regex_internal.h (__attribute): Define to nothing for GCC 2.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 669965595..e1b26fad6 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2005-09-24 Paul Eggert <eggert@cs.ucla.edu> + + * 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 <jim@meyering.net> * openat-die.c, root-dev-ino.c, setenv.c, stdopen.c: |