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
2.3.5-5
[glibc.git]
/
elf
/
nodelmod2.c
blob
6bd7108a1361fca8783471d2c175be15c852b5bc
1
int
var2
=
100
;
2
3
static void
4
__attribute__
((
__destructor__
))
5
destr
(
void
)
6
{
7
extern
int
fini_ran
;
8
fini_ran
=
1
;
9
}