rtld: properly handle root directory in load path (bug 30435)
[platform/upstream/glibc.git] / elf / nodelmod4.c
1 int var_in_mod4 = 99;
2
3 static void
4 __attribute__ ((__destructor__))
5 destr (void)
6 {
7   extern int fini_ran;
8   fini_ran = 1;
9 }