From patchwork Mon Aug 17 14:37:53 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zack Weinberg X-Patchwork-Id: 8242 Received: (qmail 112331 invoked by alias); 17 Aug 2015 14:37:57 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 112286 invoked by uid 89); 17 Aug 2015 14:37:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mailbackend.panix.com MIME-Version: 1.0 X-Received: by 10.194.192.99 with SMTP id hf3mr3217771wjc.78.1439822273283; Mon, 17 Aug 2015 07:37:53 -0700 (PDT) In-Reply-To: <20150817135629.GE1584@vapier> References: <20150805152109.2FDA114B9A@panix1.panix.com> <55D1E207.30203@panix.com> <20150817135629.GE1584@vapier> Date: Mon, 17 Aug 2015 10:37:53 -0400 Message-ID: Subject: Re: [2.23 PATCH] Desupport regexp.h (bug 18681) From: Zack Weinberg To: GNU C Library 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;