diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-28 23:30:15 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-29 22:07:44 +0100 |
commit | e01e0ddc42e5909af0409d28bc4fd52ebfdbc7db (patch) | |
tree | 679654c3e5aa11ea341086363c5dcc33bc07b3a0 /mach | |
parent | 521877e10c17c25530a62306791101582daa974a (diff) | |
download | glibc-e01e0ddc42e5909af0409d28bc4fd52ebfdbc7db.tar glibc-e01e0ddc42e5909af0409d28bc4fd52ebfdbc7db.tar.gz glibc-e01e0ddc42e5909af0409d28bc4fd52ebfdbc7db.tar.bz2 glibc-e01e0ddc42e5909af0409d28bc4fd52ebfdbc7db.zip |
hurd: Add expected ABI lists
* hurd/Versions: Fix version when _hurd_exec_paths was added.
* mach/Versions: Fix version when __mach_host_self_ was added.
* sysdeps/mach/hurd/i386/ld.abilist: New file.
* sysdeps/mach/hurd/i386/libBrokenLocale.abilist: New file.
* sysdeps/mach/hurd/i386/libanl.abilist: New file.
* sysdeps/mach/hurd/i386/libc.abilist: New file.
* sysdeps/mach/hurd/i386/libcrypt.abilist: New file.
* sysdeps/mach/hurd/i386/libdl.abilist: New file.
* sysdeps/mach/hurd/i386/libm.abilist: New file.
* sysdeps/mach/hurd/i386/libnsl.abilist: New file.
* sysdeps/mach/hurd/i386/libresolv.abilist: New file.
* sysdeps/mach/hurd/i386/librt.abilist: New file.
* sysdeps/mach/hurd/i386/libutil.abilist: New file.
Diffstat (limited to 'mach')
-rw-r--r-- | mach/Versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mach/Versions b/mach/Versions index 0097aad59b..9cd2eee427 100644 --- a/mach/Versions +++ b/mach/Versions @@ -54,7 +54,7 @@ libc { # This was always there, but not exported as it should have been. mig_strncpy; } - GLIBC_2.23 { + GLIBC_2.21 { __mach_host_self_; } |