This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [2.23 PATCH] Desupport regexp.h (bug 18681)


Do you mean like this?  I can't test it as the problem is invisible to me.

diff --git a/misc/Versions b/misc/Versions
index 534d1a3..178bb76 100644
--- a/misc/Versions
+++ b/misc/Versions
@@ -149,6 +149,9 @@ libc {
   GLIBC_2.16 {
     __getauxval; getauxval;
   }
+  GLIBC_2.23 {
+    # stub for SHLIB_COMPAT(GLIBC_2_0, GLIBC_2_23) in regexp.c
+  }
   GLIBC_PRIVATE {
     __madvise;
     __mktemp;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]