]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add missing __mach_host_self_ symbol in Versions
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 22 Sep 2015 00:02:20 +0000 (02:02 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 22 Sep 2015 00:02:20 +0000 (02:02 +0200)
* mach/Versions (__mach_host_self_): Add symbol.

ChangeLog
mach/Versions

index ff32d15d96b18364099a96adb2a11a7c11c129b2..08ea1a927a53e80377bea56ef60843c3b661318e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-09-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+       * mach/Versions (__mach_host_self_): Add symbol.
+
 2015-09-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
 
        * sysdeps/mach/hurd/mmap.c (__mmap): Use __vm_page_size instead of
index 45260c7c0afad81f12f3d7b34ecf2ec98aeccae0..0097aad59bb7ba67fc58b638654a381cc957b50d 100644 (file)
@@ -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;