Remove some references to bcopy/bcmp/bzero.
[platform/upstream/glibc.git] / elf / tst-tlsmod15b.c
1 #include "tst-tls10.h"
2
3 __thread int mod15b_var __attribute__((tls_model("initial-exec")));
4
5 int
6 in_dso (void)
7 {
8   return mod15b_var;
9 }