This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
glibc
Watch
2
Star
0
Fork
0
You've already forked glibc
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
ab9f6255ab
glibc
/
elf
/
tst-tlsmod16a.c
2 lines
21 B
C
Raw
Normal View
History
Unescape
Escape
* include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define. * elf/dl-close.c (_dl_close): Check for it. * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise. (_dl_allocate_static_tls): Likewise. * elf/dl-tls.c (_dl_allocate_tls_init): Likewise. (__tls_get_addr): Protect from race conditions in setting l_tls_offset to it. * elf/tst-tls16.c: New file. * elf/tst-tlsmod16a.c: New file. * elf/tst-tlsmod16b.c: New file. * elf/Makefile: Add rules to build and run tst-tls16.
2008-01-17 21:20:00 +01:00
int
__thread
tlsvar
;
Reference in New Issue
Copy Permalink