projects
/
external
/
prelink.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initialize Tizen 2.3
[external/prelink.git]
/
testsuite
/
tls4lib1.c
1
#include "tls1.h"
2
#include <stdlib.h>
3
4
__thread struct A a1 = { 4, 5, 6 };
5
__thread struct A a2 = { 7, 8, 9 };