From patchwork Mon Feb 22 23:37:43 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roland McGrath X-Patchwork-Id: 586581 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 BC73F140BAC for ; Tue, 23 Feb 2016 10:37:54 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b=vJHt1tSj; 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=SsYEtkx8bbfv/CPbjVqU68QRn7YYtuTNq8YFWmJ4iFcFrP rBHK8cWHQ/gq/fV/QmKsetTYjYD99JCleCsZjh6k9c+MsrJtZTVfAND5bwyqkLcF uCYynBFr9Wq3oMwmMj9V8AiOPa1Eefn5L5Z8rYLAyz1Zf1abaGrJvbta4H+4Y= 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=wS4cpDf1W+5tmwvcyq76VbhQEIE=; b=vJHt1tSjZzZgxhqEmc0B IJJq89VP/cekv0vYKXy2XZyLlQq8lD/gXFiWkeUHl3WsCwWyMrkoypaelBA3wPlx eGZi0xPMMDHmfcI44TJ8EwNjlg5PJXFAPnPwiZzG8027Mlve4kKCjDkDbND2sDE3 QvQcPL4hSLLXZ6k7rockPUU= Received: (qmail 68034 invoked by alias); 22 Feb 2016 23:37:48 -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 68005 invoked by uid 89); 22 Feb 2016 23:37:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.8 required=5.0 tests=BAYES_50, KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=McGrath, mcgrath, fts64_close, fts64_children X-HELO: topped-with-meat.com MIME-Version: 1.0 From: Roland McGrath To: "GNU C. Library" Subject: [COMMITTED PATCH] Add fts64_* to sysdeps/arm/nacl/libc.abilist Message-Id: <20160222233744.151BA2C3B57@topped-with-meat.com> Date: Mon, 22 Feb 2016 15:37:43 -0800 (PST) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=RZ8DVTdv c=1 sm=1 tr=0 a=WkljmVdYkabdwxfqvArNOQ==:117 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=7gMt-jQd_QciqnGC9vwA:9 a=CjuIK1q_8ugA:10 Committed to trunk and cherry-picked on 2.23 branch. Thanks, Roland 2016-02-22 Roland McGrath * sysdeps/arm/nacl/libc.abilist (GLIBC_2.23): Add GLIBC_2.23, fts64_children, fts64_close, fts64_open, fts64_read and fts64_set. diff --git a/sysdeps/arm/nacl/libc.abilist b/sysdeps/arm/nacl/libc.abilist index 561441e..0560510 100644 --- a/sysdeps/arm/nacl/libc.abilist +++ b/sysdeps/arm/nacl/libc.abilist @@ -1834,3 +1834,9 @@ GLIBC_2.22 wprintf F GLIBC_2.22 write F GLIBC_2.22 writev F GLIBC_2.22 wscanf F +GLIBC_2.23 GLIBC_2.23 A +GLIBC_2.23 fts64_children F +GLIBC_2.23 fts64_close F +GLIBC_2.23 fts64_open F +GLIBC_2.23 fts64_read F +GLIBC_2.23 fts64_set F