mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
* sysdeps/unix/sysv/linux/arm/eabi/nptl/sysdep-cancel.h
(RTLD_SINGLE_THREAD_P): Define.
This commit is contained in:
parent
c1d7a56c38
commit
80d6637fd2
@ -1,4 +1,9 @@
|
||||
2006-10-21 Joseph S. Myers <joseph@codesourcery.com>
|
||||
2006-10-31 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/arm/eabi/nptl/sysdep-cancel.h
|
||||
(RTLD_SINGLE_THREAD_P): Define.
|
||||
|
||||
2006-10-31 Joseph S. Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/arm/eabi/nptl/sysdep-cancel.h
|
||||
(DOCARGS_6): Change ".pad #20" to ".pad #16".
|
||||
|
@ -151,3 +151,9 @@ extern int __local_multiple_threads attribute_hidden;
|
||||
# define NO_CANCELLATION 1
|
||||
|
||||
#endif
|
||||
|
||||
#ifndef __ASSEMBLER__
|
||||
# define RTLD_SINGLE_THREAD_P \
|
||||
__builtin_expect (THREAD_GETMEM (THREAD_SELF, \
|
||||
header.multiple_threads) == 0, 1)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user