diff options
author | Zack Weinberg <zackw@panix.com> | 2015-08-17 11:28:46 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-08-18 09:28:10 -0400 |
commit | c9295fd40b5e43a34a9b416be37c27c263d9a661 (patch) | |
tree | 283a6ee5ce779019c6dc986a24ac9bee30ac26f7 /misc/Versions | |
parent | 41aff137cb095470fb7596ba013d9135478abedf (diff) | |
download | glibc-c9295fd40b5e43a34a9b416be37c27c263d9a661.zip glibc-c9295fd40b5e43a34a9b416be37c27c263d9a661.tar.gz glibc-c9295fd40b5e43a34a9b416be37c27c263d9a661.tar.bz2 |
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.
Diffstat (limited to 'misc/Versions')
-rw-r--r-- | misc/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/Versions b/misc/Versions index 534d1a3..671f487 100644 --- a/misc/Versions +++ b/misc/Versions @@ -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; |