]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/nodelmod2.c
Update copyright dates not handled by scripts/update-copyrights.
[thirdparty/glibc.git] / elf / nodelmod2.c
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 }