aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-06-16 02:47:51 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-06-16 02:50:36 +0200
commitb0344cf5c55b4ca83f383c7a1896a016dfe66687 (patch)
tree6b7a0f359d40771bece104cc4433793b794ef82d /ChangeLog
parent7a646a93fadef8841c724501fe723b383069191e (diff)
downloadglibc-b0344cf5c55b4ca83f383c7a1896a016dfe66687.zip
glibc-b0344cf5c55b4ca83f383c7a1896a016dfe66687.tar.gz
glibc-b0344cf5c55b4ca83f383c7a1896a016dfe66687.tar.bz2
hurd: Avoid PLT references to syscalls
* mach/Makefile ($(mach-syscalls:%=$(objpfx))): Add hidden definition. * sysdeps/mach/include/mach/mach_traps.h (__mach_reply_port, __mach_thread_self, __mach_task_self, __mach_host_self, __swtch, __swtch_pri, __thread_switch, __evc_wait): Add hidden prototypes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d81c823..8c4b6cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,10 @@
(__mach_msg): Add hidden prototype.
* mach/msg.c: Include <mach.h>.
(__mach_msg): Add hidden definition.
+ * mach/Makefile ($(mach-syscalls:%=$(objpfx))): Add hidden definition.
+ * sysdeps/mach/include/mach/mach_traps.h (__mach_reply_port,
+ __mach_thread_self, __mach_task_self, __mach_host_self, __swtch,
+ __swtch_pri, __thread_switch, __evc_wait): Add hidden prototypes.
2018-06-15 Joseph Myers <joseph@codesourcery.com>