mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
6ef518c323
* 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.
8 lines
86 B
C
8 lines
86 B
C
#include <tls.h>
|
|
|
|
#ifdef USE_TLS
|
|
#include "tls-macros.h"
|
|
|
|
COMMON_INT_DEF(foo);
|
|
#endif
|