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 alignment of AVX safe area on x86-64.
[glibc.git]
/
elf
/
neededobj2.c
blob
5ad8a51d62762dc795c5e2e17b33bf8ce9c3e4f3
1
extern
void
b_function
(
void
);
2
extern
void
c_function
(
void
);
3
4
void
5
b_function
(
void
)
6
{
7
c_function
();
8
}