about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7089241ffd..fab0c81ada 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,11 @@
 	* sysdeps/mach/hurd/localplt.data (ld.so): Add __open64, rename
 	__libc_read and __libc_write to __read and __write.
 	* sysdeps/hurd/include/hurd/port.h: New file.
+	* mach/mach/mach_traps.h (__mach_reply_port, __mach_thread_self,
+	__mach_task_self, __mach_host_self, __swtch, __swtch_pri,
+	__thread_switch, __evc_wait): Move declarations to...
+	* sysdeps/mach/include/mach/mach_traps.h: ... new file, and add
+	attribute_hidden.
 
 2018-06-13  Joseph Myers  <joseph@codesourcery.com>