projects
/
platform
/
upstream
/
glibc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
rtld: properly handle root directory in load path (bug 30435)
[platform/upstream/glibc.git]
/
elf
/
nodelmod1.c
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
}