diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-12-31 15:08:31 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-12-31 15:09:32 -0800 |
commit | 9b7f98b3453e7fd46c433369d3a33a5c1a02378d (patch) | |
tree | ba20f49a54901996be078cbd535708a9c116fee6 /ChangeLog | |
parent | b50dd3bc8cbb1efe85399b03d7e6c0310c2ead84 (diff) | |
download | glibc-9b7f98b3453e7fd46c433369d3a33a5c1a02378d.tar.gz glibc-9b7f98b3453e7fd46c433369d3a33a5c1a02378d.tar.xz glibc-9b7f98b3453e7fd46c433369d3a33a5c1a02378d.zip |
regex: improve Gnulib port to AIX
From the glibc point of view, this removes duplicate macro definitions and is obviously safe. From the Gnulib point of view, this pacifies xlc 12.01 on AIX 7.1. * posix/regex_internal.h: (__attribute__, __attribute_warn_unused_result__): Remove; already defined elsewhere.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 27331bc15e..5f29a30114 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2018-12-31 Paul Eggert <eggert@cs.ucla.edu> + + regex: improve Gnulib port to AIX + From the glibc point of view, this removes duplicate macro + definitions and is obviously safe. + From the Gnulib point of view, this pacifies xlc 12.01 on AIX 7.1. + * posix/regex_internal.h: + (__attribute__, __attribute_warn_unused_result__): + Remove; already defined elsewhere. + 2018-12-31 Florian Weimer <fw@deneb.enyo.de> [BZ #24027] |