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.
This commit is contained in:
Zack Weinberg 2015-08-17 11:28:46 -04:00 committed by Mike Frysinger
parent 41aff137cb
commit c9295fd40b
2 changed files with 7 additions and 0 deletions

View File

@ -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]

View File

@ -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;