hjl / source-git / glibc

Forked from source-git/glibc 4 years ago
Clone

Blame nptl/tst-tls5moda.c

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