This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.threads / tls-shared.c
1 __thread int i_tls = 1;
2 int foo ()
3 {
4 return i_tls;
5 }
6
This page took 0.030855 seconds and 5 git commands to generate.