diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-11-10 11:33:12 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-11-10 13:13:12 +0000 |
commit | 88b26b7e9126bc62793e3a231da94546dffd6214 (patch) | |
tree | 33b0bb6eec20f3d99e778954ad1e575cf828440a | |
parent | 7fa495cdf750c257ed897eca189aabc3a62d5f2b (diff) | |
download | glibc-88b26b7e9126bc62793e3a231da94546dffd6214.tar glibc-88b26b7e9126bc62793e3a231da94546dffd6214.tar.gz glibc-88b26b7e9126bc62793e3a231da94546dffd6214.tar.bz2 glibc-88b26b7e9126bc62793e3a231da94546dffd6214.zip |
Hurd: export _hurd_port_move
* hurd/Versions (_hurd_port_move): Export function.
* sysdeps/mach/hurd/i386/libc.abilist (_hurd_port_move): Expect
symbol.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | hurd/Versions | 4 | ||||
-rw-r--r-- | sysdeps/mach/hurd/i386/libc.abilist | 1 |
3 files changed, 8 insertions, 0 deletions
@@ -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 |