hjl / source-git / glibc

Forked from source-git/glibc 3 years ago
Clone

Blame nptl/tst-tls5mode.c

Packit 6c4009
#include <tst-tls5.h>
Packit 6c4009
Packit 6c4009
#ifdef TLS_REGISTER
Packit 6c4009
static __thread int e1 = 24;
Packit 6c4009
static __thread char e2 [32] __attribute__ ((aligned (64)));
Packit 6c4009
TLS_REGISTER (e1)
Packit 6c4009
TLS_REGISTER (e2)
Packit 6c4009
#endif