mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-11 03:40:06 +00:00
sysdeps/mach/hurd/i386/tls.h: Remove TLS_INIT_TP_EXPENSIVE.
This define was removed from the rest of the tree eight years ago. ChangeLog: 2013-09-24 Will Newton <will.newton@linaro.org> * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove macro.
This commit is contained in:
parent
77eb79caa4
commit
f02eed105c
@ -1,3 +1,8 @@
|
|||||||
|
2013-09-24 Will Newton <will.newton@linaro.org>
|
||||||
|
|
||||||
|
* sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
|
||||||
|
macro.
|
||||||
|
|
||||||
2013-09-23 Joseph Myers <joseph@codesourcery.com>
|
2013-09-23 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* locale/hashval.h (compute_hashval): Interpret bytes of key as
|
* locale/hashval.h (compute_hashval): Interpret bytes of key as
|
||||||
|
@ -118,7 +118,6 @@ _hurd_tls_init (tcbhead_t *tcb, int secondcall)
|
|||||||
operation can cause a failure 'errno' must not be touched. */
|
operation can cause a failure 'errno' must not be touched. */
|
||||||
# define TLS_INIT_TP(descr, secondcall) \
|
# define TLS_INIT_TP(descr, secondcall) \
|
||||||
_hurd_tls_init ((tcbhead_t *) (descr), (secondcall))
|
_hurd_tls_init ((tcbhead_t *) (descr), (secondcall))
|
||||||
# define TLS_INIT_TP_EXPENSIVE 1
|
|
||||||
|
|
||||||
/* Return the TCB address of the current thread. */
|
/* Return the TCB address of the current thread. */
|
||||||
# define THREAD_SELF \
|
# define THREAD_SELF \
|
||||||
|
Loading…
Reference in New Issue
Block a user