Updated copyright notices for most files.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.threads / tls-shared.c
CommitLineData
8bc2021f
EZ
1__thread int i_tls = 1;
2int foo ()
3{
4 return i_tls;
5}
6
This page took 0.488851 seconds and 4 git commands to generate.