forked from yamahata/glibc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
2 changed files
with
10 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
2018-12-31 Paul Eggert <[email protected]> | ||
|
||
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 <[email protected]> | ||
|
||
[BZ #24027] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters