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
Provide FP_FAST_FMA{,F,L} definitions for x86/x86-64.
[glibc.git]
/
elf
/
unload2mod.c
blob
9c2ea586bc942e0a74e2a03d5a4f5bbd1c4e1f8d
1
extern
void
foo
(
void
);
2
extern
void
bar
(
void
);
3
4
void
5
bar
(
void
)
6
{
7
foo
();
8
}