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.28.9000-280-g88b26b7


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  88b26b7e9126bc62793e3a231da94546dffd6214 (commit)
      from  7fa495cdf750c257ed897eca189aabc3a62d5f2b (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=88b26b7e9126bc62793e3a231da94546dffd6214

commit 88b26b7e9126bc62793e3a231da94546dffd6214
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat Nov 10 11:33:12 2018 +0000

    Hurd: export _hurd_port_move
    
    	* hurd/Versions (_hurd_port_move): Export function.
    	* sysdeps/mach/hurd/i386/libc.abilist (_hurd_port_move): Expect
    	symbol.

diff --git a/ChangeLog b/ChangeLog
index 8546c2d..ae5b4a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@
 	* hurd/hurd/port.h (_hurd_port_move): New function.
 	* sysdeps/mach/hurd/spawni.c (NEW_ULINK_TABLE): New macro.
 	(EXPAND_DTABLE): Use NEW_ULINK_TABLE macro for ulink_dtable.
+	* hurd/Versions (_hurd_port_move): Export function.
+	* sysdeps/mach/hurd/i386/libc.abilist (_hurd_port_move): Expect
+	symbol.
 
 2018-11-09  Martin Sebor  <msebor@redhat.com>
 
diff --git a/hurd/Versions b/hurd/Versions
index af6a0e4..b6508e0 100644
--- a/hurd/Versions
+++ b/hurd/Versions
@@ -136,6 +136,10 @@ libc {
     __hurd_threadvar_location;
     _hurd_userlink_link; _hurd_userlink_unlink; _hurd_userlink_clear;
   }
+  GLIBC_2.29 {
+    # "quasi-internal" functions
+    _hurd_port_move;
+  }
 
   HURD_CTHREADS_0.3 {
     # weak refs to libthreads functions that libc calls iff libthreads in use
diff --git a/sysdeps/mach/hurd/i386/libc.abilist b/sysdeps/mach/hurd/i386/libc.abilist
index 62674e9..d4c4a91 100644
--- a/sysdeps/mach/hurd/i386/libc.abilist
+++ b/sysdeps/mach/hurd/i386/libc.abilist
@@ -2038,6 +2038,7 @@ GLIBC_2.27 wcstof64x_l F
 GLIBC_2.28 fcntl64 F
 GLIBC_2.28 renameat2 F
 GLIBC_2.28 statx F
+GLIBC_2.29 _hurd_port_move F
 GLIBC_2.29 posix_spawn_file_actions_addchdir_np F
 GLIBC_2.3 __ctype_b_loc F
 GLIBC_2.3 __ctype_tolower_loc F

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

Summary of changes:
 ChangeLog                           |    3 +++
 hurd/Versions                       |    4 ++++
 sysdeps/mach/hurd/i386/libc.abilist |    1 +
 3 files changed, 8 insertions(+), 0 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]