From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43265 invoked by alias); 13 Jun 2018 22:23:41 -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 43245 invoked by uid 89); 13 Jun 2018 22:23:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.1 required=5.0 tests=BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,SPF_HELO_PASS,SPF_NEUTRAL,UNSUBSCRIBE_BODY,URIBL_RED autolearn=ham version=3.3.2 spammy=Hx-spam-relays-external:sk:static-, H*RU:sk:static-, H*r:sk:static- X-HELO: hera.aquilenet.fr From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault Subject: [hurd,commited] hurd: update localplt.data Date: Wed, 13 Jun 2018 22:23:00 -0000 Message-Id: <20180613222334.1280-1-samuel.thibault@ens-lyon.org> X-SW-Source: 2018-06/txt/msg00371.txt.bz2 after 329ea513b451 ("Avoid cancellable I/O primitives in ld.so.") * sysdeps/mach/hurd/localplt.data (ld.so): Add __open64, rename __libc_read and __libc_write to __read and __write. --- ChangeLog | 2 ++ sysdeps/mach/hurd/localplt.data | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ab8926d30f..61e7c1758f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * sysdeps/mach/hurd/i386/Makefile (test-xfail-check-abi-libhurduser, test-xfail-check-abi-libmachuser): Add. + * sysdeps/mach/hurd/localplt.data (ld.so): Add __open64, rename + __libc_read and __libc_write to __read and __write. 2018-06-13 Joseph Myers diff --git a/sysdeps/mach/hurd/localplt.data b/sysdeps/mach/hurd/localplt.data index ca43cce323..4df5ae5d63 100644 --- a/sysdeps/mach/hurd/localplt.data +++ b/sysdeps/mach/hurd/localplt.data @@ -21,9 +21,10 @@ ld.so: _dl_catch_exception # The dynamic linker has its own versions of basic functions for initial loading # of shared libraries. These need to be overriden by libc once loaded. ld.so: __open +ld.so: __open64 ? ld.so: __close -ld.so: __libc_read -ld.so: __libc_write +ld.so: __read ? +ld.so: __write ? #ld.so: __writev ld.so: __libc_lseek64 ld.so: __mmap -- 2.17.1