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
Fix x86 / x86_64 expl, exp10l missing underflows (bug 16361).
[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
}