diff mbox series

[hurd,commited] Hurd: export _hurd_port_move

Message ID 20181110134425.24710-1-samuel.thibault@ens-lyon.org
State New
Headers show
Series [hurd,commited] Hurd: export _hurd_port_move | expand

Commit Message

Samuel Thibault Nov. 10, 2018, 1:44 p.m. UTC
* hurd/Versions (_hurd_port_move): Export function.
	* sysdeps/mach/hurd/i386/libc.abilist (_hurd_port_move): Expect
	symbol.
---
 ChangeLog                           | 3 +++
 hurd/Versions                       | 4 ++++
 sysdeps/mach/hurd/i386/libc.abilist | 1 +
 3 files changed, 8 insertions(+)
diff mbox series

Patch

diff --git a/ChangeLog b/ChangeLog
index 8546c2d336..ae5b4a136d 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 af6a0e45de..b6508e03c6 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 62674e9ba7..d4c4a91c84 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