mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
9 lines
136 B
C
9 lines
136 B
C
#include "tst-tls10.h"
|
|
|
|
__thread int mod15b_var __attribute__((tls_model("initial-exec")));
|
|
|
|
int
|
|
in_dso (void)
|
|
{
|
|
return mod15b_var;
|
|
}
|