diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | mach/Versions | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ff32d15d96..08ea1a927a 100644 --- 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 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; |