about summary refs log tree commit diff
path: root/mach/Versions
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-09-22 02:02:20 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-09-22 02:02:20 +0200
commitc77dd7eb9b7f7cf87fdb1c0f6f1922d8735412eb (patch)
tree6fb3cf826c2013451d2cfb230e1feb1936d02a21 /mach/Versions
parent51a3985d9743b191b7bc0025563c211bfa9b1b8b (diff)
downloadglibc-c77dd7eb9b7f7cf87fdb1c0f6f1922d8735412eb.tar.gz
glibc-c77dd7eb9b7f7cf87fdb1c0f6f1922d8735412eb.tar.xz
glibc-c77dd7eb9b7f7cf87fdb1c0f6f1922d8735412eb.zip
Add missing __mach_host_self_ symbol in Versions
	* mach/Versions (__mach_host_self_): Add symbol.
Diffstat (limited to 'mach/Versions')
-rw-r--r--mach/Versions3
1 files changed, 3 insertions, 0 deletions
diff --git a/mach/Versions b/mach/Versions
index 45260c7c0a..0097aad59b 100644
--- a/mach/Versions
+++ b/mach/Versions
@@ -54,6 +54,9 @@ libc {
     # This was always there, but not exported as it should have been.
     mig_strncpy;
   }
+  GLIBC_2.23 {
+    __mach_host_self_;
+  }
 
   HURD_CTHREADS_0.3 {
     __mutex_init; __mutex_lock; __mutex_lock_solid; __mutex_trylock;