]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/nodelmod2.c
tt_RU: Fix orthographic mistakes in day and abday sections [BZ #24296]
[thirdparty/glibc.git] / elf / nodelmod2.c
CommitLineData
0fb7851f 1int var2 = 100;
ad7534c8
UD
2
3static void
4__attribute__ ((__destructor__))
5destr (void)
6{
7 extern int fini_ran;
8 fini_ran = 1;
9}