Blame nptl/tst-tls5modf.c

Packit 6c4009
#include <tst-tls5.h>
Packit 6c4009
Packit 6c4009
#ifdef TLS_REGISTER
Packit 6c4009
char tst_tls5modf[60] attribute_hidden = { 26 };
Packit 6c4009
static __thread int f1 = 24;
Packit 6c4009
static __thread char f2 [32] __attribute__ ((aligned (64)));
Packit 6c4009
TLS_REGISTER (f1)
Packit 6c4009
TLS_REGISTER (f2)
Packit 6c4009
#endif