about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-06-16 14:07:23 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-06-16 14:07:23 +0000
commit4d0ac0375ba54da7d36aae6b7932e8813b2c89af (patch)
tree0ab0c8bd4a39d7189363c4aed14c76a7b2c0a49e /ChangeLog
parentf96a85e0fe83abdc30c73e6f01b995baf733e97b (diff)
downloadglibc-4d0ac0375ba54da7d36aae6b7932e8813b2c89af.tar.gz
glibc-4d0ac0375ba54da7d36aae6b7932e8813b2c89af.tar.xz
glibc-4d0ac0375ba54da7d36aae6b7932e8813b2c89af.zip
hurd: Fix reference to _hurd_self_sigstate
	* sysdeps/hurd/include/hurd/signal.h (_hurd_self_sigstate): Add hidden
	prototype and definition.
	* sysdeps/mach/hurd/i386/____longjmp_chk.S (____longjmp_chk): Use
	hidden target for _hurd_self_sigstate.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 363ae5bd77..9dd87eebb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,10 @@
 	__swtch_pri, __thread_switch, __evc_wait): Add hidden prototypes.
 	* sysdeps/mach/hurd/localplt.data (siglongjmp, longjmp,
 	__libc_lseek64, _IO_funlockfile): Whitelist PLT references.
+	* sysdeps/hurd/include/hurd/signal.h (_hurd_self_sigstate): Add hidden
+	prototype and definition.
+	* sysdeps/mach/hurd/i386/____longjmp_chk.S (____longjmp_chk): Use
+	hidden target for _hurd_self_sigstate.
 
 2018-06-15  Joseph Myers  <joseph@codesourcery.com>