Add missing __mach_host_self_ symbol in Versions

* mach/Versions (__mach_host_self_): Add symbol.
This commit is contained in:
Samuel Thibault 2015-09-22 02:02:20 +02:00
parent 51a3985d97
commit c77dd7eb9b
2 changed files with 7 additions and 0 deletions

View File

@ -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

View 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;