repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use Linux 6.6 in build-many-glibcs.py
[glibc.git]
/
elf
/
reldep7mod2.c
blob
3fa336879261a48cda09629b129564c45b97302a
1
int
foo
(
void
)
__attribute__
((
weak
));
2
int
3
foo
(
void
)
4
{
5
return
2
;
6
}
7
8
int
9
mod2_bar
(
void
)
10
{
11
return
foo
();
12
}