Always pass signals to the right thread
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.threads / tls-main.c
CommitLineData
8bc2021f
EZ
1__thread int i_tls = 2;
2int main ()
3{
4 int result;
5 result = foo (); /* Call to foo should return 2, not 1. */
6 result ++;
7 return 0; /* break here to check result */
8}
9
This page took 1.074609 seconds and 4 git commands to generate.