summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-06-16 02:35:17 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-06-16 02:50:30 +0200
commit7a646a93fadef8841c724501fe723b383069191e (patch)
tree6798c3649a7a74738f91657b4f8c9cab7ba93056 /ChangeLog
parentc1b7586c544957998c0f53711fa91e5de72cc819 (diff)
downloadglibc-7a646a93fadef8841c724501fe723b383069191e.tar.gz
glibc-7a646a93fadef8841c724501fe723b383069191e.tar.xz
glibc-7a646a93fadef8841c724501fe723b383069191e.zip
hurd: Avoid PLT ref to __mach_msg
	* sysdeps/mach/include/mach.h (__mach_msg): Add hidden prototype.
	* mach/msg.c: Include <mach.h>.
	(__mach_msg): Add hidden definition.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4defdb6462..d81c823448 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,9 @@
 	* mach/shortcut.awk: Make syscall stubs include
 	<mach-shortcuts-hidden.h> and add hidden definition.
 	* sysdeps/mach/include/mach.h: Include <mach-shortcuts-hidden.h>.
+	(__mach_msg): Add hidden prototype.
+	* mach/msg.c: Include <mach.h>.
+	(__mach_msg): Add hidden definition.
 
 2018-06-15  Joseph Myers  <joseph@codesourcery.com>