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
Move BZ#11261 from 2.18 to 2.16 bug list.
[glibc.git]
/
elf
/
ltglobmod1.c
blob
300fa9a89f05c4c598ff8e72c63125dd92a814ef
1
extern
int
bar
(
void
);
2
3
int
4
bar
(
void
)
5
{
6
return
42
;
7
}