diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-06-16 14:07:23 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-06-16 14:07:23 +0000 |
commit | 4d0ac0375ba54da7d36aae6b7932e8813b2c89af (patch) | |
tree | 0ab0c8bd4a39d7189363c4aed14c76a7b2c0a49e /ChangeLog | |
parent | f96a85e0fe83abdc30c73e6f01b995baf733e97b (diff) | |
download | glibc-4d0ac0375ba54da7d36aae6b7932e8813b2c89af.zip glibc-4d0ac0375ba54da7d36aae6b7932e8813b2c89af.tar.gz glibc-4d0ac0375ba54da7d36aae6b7932e8813b2c89af.tar.bz2 |
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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |