projects
/
platform
/
upstream
/
glibc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
rtld: properly handle root directory in load path (bug 30435)
[platform/upstream/glibc.git]
/
elf
/
tst-tlsmod13a.c
1
__thread int b[2] __attribute__ ((tls_model ("initial-exec")));
2
3
extern int foo (void);
4
5
int
6
bar (void)
7
{
8
return foo () + b[0];
9
}