mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
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:
committed by
Mike Frysinger
parent
41aff137cb
commit
c9295fd40b
@ -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;
|
||||
|
Reference in New Issue
Block a user