]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/tst-tlsmod15b.c
iconv, localedef: avoid floating point rounding differences [BZ #24372]
[thirdparty/glibc.git] / elf / tst-tlsmod15b.c
CommitLineData
167d5acc
UD
1#include "tst-tls10.h"
2
167d5acc
UD
3__thread int mod15b_var __attribute__((tls_model("initial-exec")));
4
5int
6in_dso (void)
7{
8 return mod15b_var;
9}