index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
elf
/
reldep8mod2.c
blob: d0020240a8419c626435371df094493c9dc6cf12 (
plain
) (
blame
)
1
2
3
4
5
6
7
void
__attribute__
((
constructor
))
xxx
(
void
)
{
extern
void
baz
(
void
);
baz
();
}