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
/
reldep7mod1.c
1
int foo (void) __attribute__ ((weak));
2
int
3
foo (void)
4
{
5
return 1;
6
}
7
8
int
9
mod1_bar (void)
10
{
11
return foo ();
12
}