about summary refs log tree commit diff
path: root/hurd/Versions
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-28 23:30:15 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-29 22:07:44 +0100
commite01e0ddc42e5909af0409d28bc4fd52ebfdbc7db (patch)
tree679654c3e5aa11ea341086363c5dcc33bc07b3a0 /hurd/Versions
parent521877e10c17c25530a62306791101582daa974a (diff)
downloadglibc-e01e0ddc42e5909af0409d28bc4fd52ebfdbc7db.tar.gz
glibc-e01e0ddc42e5909af0409d28bc4fd52ebfdbc7db.tar.xz
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 'hurd/Versions')
-rw-r--r--hurd/Versions7
1 files changed, 4 insertions, 3 deletions
diff --git a/hurd/Versions b/hurd/Versions
index 363e246290..b1253e653e 100644
--- a/hurd/Versions
+++ b/hurd/Versions
@@ -129,6 +129,10 @@ libc {
     # functions used in macros & inline functions
     __errno_location;
   }
+  GLIBC_2.26 {
+    # "quasi-internal" functions
+    _hurd_exec_paths;
+  }
   GLIBC_2.27 {
     # These always existed as inlines but the real functions were not exported.
     _hurd_fd_error_signal; _hurd_fd_error;
@@ -137,9 +141,6 @@ libc {
     __hurd_threadvar_location_from_sp;
     __hurd_threadvar_location;
     _hurd_userlink_link; _hurd_userlink_unlink; _hurd_userlink_clear;
-
-    # "quasi-internal" functions
-    _hurd_exec_paths;
   }
 
   HURD_CTHREADS_0.3 {