Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
regexp.h: update Versions to match file usage [BZ #18681]
Since the new regexp.c code uses the GLIBC_2.23 symbol, make sure we
declare it to avoid warnings/errors.
  • Loading branch information
Zack Weinberg authored and Mike Frysinger committed Aug 18, 2015
1 parent 41aff13 commit c9295fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2015-08-18 Zack Weinberg <zackw@panix.com>

* misc/Versions (libc): Add GLIBC_2.23.

2015-08-18 Alan Modra <amodra@gmail.com>

[BZ #18421]
Expand Down
3 changes: 3 additions & 0 deletions misc/Versions
Expand Up @@ -149,6 +149,9 @@ libc {
GLIBC_2.16 {
__getauxval; getauxval;
}
GLIBC_2.23 {
# SHLIB_COMPAT(GLIBC_2_0, GLIBC_2_23) used in regexp.c
}
GLIBC_PRIVATE {
__madvise;
__mktemp;
Expand Down

0 comments on commit c9295fd

Please sign in to comment.