hjl / source-git / glibc

Forked from source-git/glibc 3 years ago
Clone
Blob Blame History Raw
extern __thread int tlsvar __attribute__((tls_model("initial-exec")));

void *
in_dso (void)
{
  return &tlsvar;
}