]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
regexp.h: update Versions to match file usage [BZ #18681]
authorZack Weinberg <zackw@panix.com>
Mon, 17 Aug 2015 15:28:46 +0000 (11:28 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 18 Aug 2015 13:28:10 +0000 (09:28 -0400)
Since the new regexp.c code uses the GLIBC_2.23 symbol, make sure we
declare it to avoid warnings/errors.

ChangeLog
misc/Versions

index 35cbc015099698dfcb2e4ea22403ad4efc83c505..7de1f009965b63868b0dea5f4061ba3ed5dfb630 100644 (file)
--- a/ChangeLog
+++ b/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]
index 534d1a3fca3eae5df873d8bdb94d2167f58f26ff..671f4870e93a3b5f25fec8748dbce81f97b640b4 100644 (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;