From patchwork Mon Apr 2 21:33:31 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 894377 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-91341-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="V3wnsBlM"; dkim-atps=neutral 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 40FQT36XTRz9s23 for ; Tue, 3 Apr 2018 07:33:43 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id; q=dns; s= default; b=bVdWswE89y1u7YOLzEcirN0u+ZVSDhA2gkVjjtAhFDv3Z8M74IgT+ G4sisJSWAv90YBIhDRnI0HPjC+KS6USRubmxGeYPOF3y7s9yBKihT4MeuEkPNCjN SXUrNIrUiDbIGa6lK9AL8fLSd9hKzlyvXABGbhqgVBvbkY+CJEgGyU= 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:from:to:cc:subject:date:message-id; s=default; bh=iInGNsxbtJvEi0VjUqxvPNFNXyE=; b=V3wnsBlMXWxk8k7ia7TMycv6FjfZ QMVA901Pet/BinIKejmqheI9hVikXCU0Bsxj2E6rETs9kW/g1DaAMprUdo21cajg AycymriTAM6zM/GN26FUgLwG88fsc8J5/r33+0/rWVMJdJqc03wLzXgirjwjW7Dd +8TExlIztJflEvA= Received: (qmail 91500 invoked by alias); 2 Apr 2018 21:33:37 -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 90621 invoked by uid 89); 2 Apr 2018 21:33:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_HELO_PASS, SPF_NEUTRAL autolearn=ham version=3.3.2 spammy=Hx-languages-length:539 X-HELO: hera.aquilenet.fr From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault Subject: [hurd, commited] hurd: Add __errno_location to overridable ld.so symbols Date: Mon, 2 Apr 2018 23:33:31 +0200 Message-Id: <20180402213331.19062-1-samuel.thibault@ens-lyon.org> * sysdeps/mach/hurd/localplt.data (ld.so): Add __errno_location. --- sysdeps/mach/hurd/localplt.data | 1 + 1 file changed, 1 insertion(+) diff --git a/sysdeps/mach/hurd/localplt.data b/sysdeps/mach/hurd/localplt.data index dea460b4b0..53c1ba9e1c 100644 --- a/sysdeps/mach/hurd/localplt.data +++ b/sysdeps/mach/hurd/localplt.data @@ -18,3 +18,4 @@ ld.so: __strtoul_internal ld.so: _exit ld.so: abort ld.so: _hurd_intr_rpc_mach_msg +ld.so: __errno_location