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
Remove set-hooks.h from generic includes
[glibc.git]
/
elf
/
reldep8mod1.c
blob
61d8c0edb0c2667e8ca53e11c1a878b5b0b402a2
1
#include <stdlib.h>
2
void
3
foo
(
void
)
4
{
5
exit
(
0
);
6
}
7
8
void
9
__attribute__
((
destructor
))
10
bar
(
void
)
11
{
12
foo
();
13
}
14
void
15
baz
(
void
)
16
{
17
}