diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads/tls-main.c')
-rw-r--r-- | gdb/testsuite/gdb.threads/tls-main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.threads/tls-main.c b/gdb/testsuite/gdb.threads/tls-main.c index eec5d50..56675e9 100644 --- a/gdb/testsuite/gdb.threads/tls-main.c +++ b/gdb/testsuite/gdb.threads/tls-main.c @@ -1,3 +1,4 @@ +int foo (void); __thread int i_tls = 2; int main () { |