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
/
tst-relsort1mod1.c
blob
9e4a94321dd6770d130f592a95f6ba5e8075582b
1
extern
int
foo
(
double
);
2
3
int
4
bar
(
void
)
5
{
6
return
foo
(
1.2
);
7
}