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 /sysdeps/mach/hurd | |
parent | 7fa495cdf750c257ed897eca189aabc3a62d5f2b (diff) | |
download | glibc-88b26b7e9126bc62793e3a231da94546dffd6214.tar.gz glibc-88b26b7e9126bc62793e3a231da94546dffd6214.tar.xz 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.
Diffstat (limited to 'sysdeps/mach/hurd')
-rw-r--r-- | sysdeps/mach/hurd/i386/libc.abilist | 1 |
1 files changed, 1 insertions, 0 deletions
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 |