]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Hurd: export _hurd_port_move
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 10 Nov 2018 11:33:12 +0000 (11:33 +0000)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 10 Nov 2018 13:13:12 +0000 (13:13 +0000)
* hurd/Versions (_hurd_port_move): Export function.
* sysdeps/mach/hurd/i386/libc.abilist (_hurd_port_move): Expect
symbol.

ChangeLog
hurd/Versions
sysdeps/mach/hurd/i386/libc.abilist

index 8546c2d336f62d0a11b2062dbc93aedcbc937a0d..ae5b4a136d8b647e3f8ef8f831ee28f03220a59d 100644 (file)
--- 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>
 
index af6a0e45de621a8c9bb3444fae9850b17be46912..b6508e03c617d13d9f12a37f5d25f2b0d2d9198d 100644 (file)
@@ -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
index 62674e9ba7b2e60359c8964bd345c1fc061336c1..d4c4a91c84f625a2a21c2e5bc4a4b4e31125dd85 100644 (file)
@@ -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