Skip to content

Commit

Permalink
Add missing __mach_host_self_ symbol in Versions
Browse files Browse the repository at this point in the history
	* mach/Versions (__mach_host_self_): Add symbol.
  • Loading branch information
Samuel Thibault committed Sep 22, 2015
1 parent 51a3985 commit c77dd7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions mach/Versions
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c77dd7e

Please sign in to comment.