From patchwork Sat Sep 3 00:22:13 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roland McGrath X-Patchwork-Id: 665366 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3sQxWy2BkCz9s5g for ; Sat, 3 Sep 2016 10:22:22 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b=eahAzcU1; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:content-type :content-transfer-encoding:from:to:subject:message-id:date; q= dns; s=default; b=nUwP/DMxH4XXvd+Ga/WciDtSnUB/98+8++m9CinmeTLsSJ jhIkigOj+QmHRDlWK9/7ZBif9ubeyKfr2rk5Ip65AV2MhYfyrEpRsEbTEtbe+F4w PbLjjUkle2WEtgNkWZOyOqXxnk6pmclL2+6/IWAhmXv82+jnhjZWGK6V9T+N0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:content-type :content-transfer-encoding:from:to:subject:message-id:date; s= default; bh=r78LhL3GeE5TdQSytt7As2x6jVg=; b=eahAzcU1kYlSQkg8Ys++ pOZDj2E2lUAPjymVLlQLxQDPLuzThvarMhzNIYAEw4o8cGzriWfbdq53JbLVwvHy Z2ERXb15GTpqKwPOhmV6WrNFdQu+Ppqks66SiXhaM+uNKCxVTwbugc5V5kp0K4Sv 7Yqr4dkFY7iG8oqp2aUuFdo= Received: (qmail 92483 invoked by alias); 3 Sep 2016 00:22:16 -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 92473 invoked by uid 89); 3 Sep 2016 00:22:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00, KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy= X-HELO: topped-with-meat.com MIME-Version: 1.0 From: Roland McGrath To: "GNU C. Library" Subject: [COMMITTED 2.24 PATCH] NaCl: Fix libc.abilist missing GLIBC_2.24 A. Message-Id: <20160903002213.7F2E82C3A08@topped-with-meat.com> Date: Fri, 2 Sep 2016 17:22:13 -0700 (PDT) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=Tvt12lnh c=1 sm=1 tr=0 a=WkljmVdYkabdwxfqvArNOQ==:117 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=kj9zAlcOel0A:10 a=bjziHCJH78c9jqrZjXwA:9 a=CjuIK1q_8ugA:10 Somebody fixed this on trunk (silently, as part of a 2.25 ABI change) after it was broken by an earlier change, but the 2.24 branch was never fixed. Now it is. * sysdeps/arm/nacl/libc.abilist: Add GLIBC_2.24 A. diff --git a/sysdeps/arm/nacl/libc.abilist b/sysdeps/arm/nacl/libc.abilist index 2f7751d..dfa7198 100644 --- a/sysdeps/arm/nacl/libc.abilist +++ b/sysdeps/arm/nacl/libc.abilist @@ -1840,4 +1840,5 @@ GLIBC_2.23 fts64_close F GLIBC_2.23 fts64_open F GLIBC_2.23 fts64_read F GLIBC_2.23 fts64_set F +GLIBC_2.24 GLIBC_2.24 A GLIBC_2.24 quick_exit F