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
(gaih_inet): Fix problem with AF_UNSPEC lookup with AI_CANONNAME of name which has...
[glibc.git]
/
elf
/
nodelmod1.c
blob
fc24a7b17231f16d1f8876f2f4229a85520316c6
1
int
var1
=
42
;
2
3
static void
4
__attribute__
((
__destructor__
))
5
destr
(
void
)
6
{
7
extern
int
fini_ran
;
8
fini_ran
=
1
;
9
}