mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-19 13:40:59 +08:00
Add missing __mach_host_self_ symbol in Versions
* mach/Versions (__mach_host_self_): Add symbol.
This commit is contained in:
parent
51a3985d97
commit
c77dd7eb9b
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user