From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@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, 02 Apr 2018 21:33:00 -0000 Message-Id: <20180402213331.19062-1-samuel.thibault@ens-lyon.org> X-SW-Source: 2018-04/txt/msg00036.txt.bz2 * 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 -- 2.16.2