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
malloc: Fix tst-mallocalign1 macro spacing.
[glibc.git]
/
elf
/
tst-dl_find_object-mod9.c
blob
dc2e7a20cb8a42d852878c79007bc1fdbbe829d1
1
char
mod9_data
;
2
3
void
4
mod9_function
(
void
(*
f
) (
void
))
5
{
6
/* Make sure this is not a tail call and unwind information is
7
therefore needed. */
8
f
();
9
f
();
10
}