This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.27.9000-461-gc8c910e


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  c8c910ed9cbff8c75e74149f227adf3c960f1dbc (commit)
      from  43b5ff50b5002b035ee9cd9d1c1f908b7cd4c370 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=c8c910ed9cbff8c75e74149f227adf3c960f1dbc

commit c8c910ed9cbff8c75e74149f227adf3c960f1dbc
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Thu Jun 14 00:22:20 2018 +0200

    hurd: update localplt.data
    
    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.

diff --git a/ChangeLog b/ChangeLog
index ab8926d..61e7c17 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  <joseph@codesourcery.com>
 
diff --git a/sysdeps/mach/hurd/localplt.data b/sysdeps/mach/hurd/localplt.data
index ca43cce..4df5ae5 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

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                       |    2 ++
 sysdeps/mach/hurd/localplt.data |    5 +++--
 2 files changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]