]> git.ipfire.org Git - thirdparty/glibc.git/commit
hurd: Avoid PLTs for __mach_thread_self and __mach_reply_port
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 13 Jun 2018 23:01:57 +0000 (01:01 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 13 Jun 2018 23:01:57 +0000 (01:01 +0200)
commit126b3ec370f0fa8ecbbce27c8c4b621b1ce6f02d
tree5a81277a130a2712556b825cdd8b89e157401bad
parentc8c6e6d6d0859e5e9b3c6f8b3daa4e6b6e709873
hurd: Avoid PLTs for __mach_thread_self and __mach_reply_port

* 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.
ChangeLog
mach/mach/mach_traps.h
sysdeps/mach/include/mach/mach_traps.h [new file with mode: 0644]