From: Samuel Thibault Date: Tue, 22 Sep 2015 00:02:20 +0000 (+0200) Subject: Add missing __mach_host_self_ symbol in Versions X-Git-Tag: glibc-2.23~446 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c77dd7eb9b7f7cf87fdb1c0f6f1922d8735412eb;p=thirdparty%2Fglibc.git Add missing __mach_host_self_ symbol in Versions * mach/Versions (__mach_host_self_): Add symbol. --- diff --git a/ChangeLog b/ChangeLog index ff32d15d96b..08ea1a927a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-09-22 Samuel Thibault + + * mach/Versions (__mach_host_self_): Add symbol. + 2015-09-21 Samuel Thibault * sysdeps/mach/hurd/mmap.c (__mmap): Use __vm_page_size instead of diff --git a/mach/Versions b/mach/Versions index 45260c7c0af..0097aad59bb 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;