diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |