This website requires JavaScript.
Explore
Help
Sign In
mirror
/
glibc
Watch
2
Star
0
Fork
0
You've already forked glibc
mirror of
git://sourceware.org/git/glibc.git
synced
2025-02-17 13:00:43 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
32c075e1f0
glibc
/
elf
/
tst-tlsmod5.c
8 lines
86 B
C
Raw
Normal View
History
Unescape
Escape
2002-10-21 Roland McGrath <roland@redhat.com> * elf/tst-tls9.c, elf/tst-tls9-static.c: New files. * elf/tst-tlsmod5.c, elf/tst-tlsmod6.c: New files. * elf/Makefile (tests): Add tst-tls9. (tests-static): Add tst-tls9-static. (tst-tls9-static-ENV): New variable. ($(objpfx)tst-tls9-static, $(objpfx)tst-tls9-static.out): New targets.
2002-10-22 14:22:38 +08:00
#
include
<tls.h>
.
2007-07-31 21:33:18 +08:00
#
ifdef USE_TLS
2002-10-21 Roland McGrath <roland@redhat.com> * elf/tst-tls9.c, elf/tst-tls9-static.c: New files. * elf/tst-tlsmod5.c, elf/tst-tlsmod6.c: New files. * elf/Makefile (tests): Add tst-tls9. (tests-static): Add tst-tls9-static. (tst-tls9-static-ENV): New variable. ($(objpfx)tst-tls9-static, $(objpfx)tst-tls9-static.out): New targets.
2002-10-22 14:22:38 +08:00
#
include
"tls-macros.h"
COMMON_INT_DEF
(
foo
)
;
.
2007-07-31 21:33:18 +08:00
#
endif
Reference in New Issue
Copy Permalink