Fix x86 / x86_64 expl, exp10l missing underflows (bug 16361).
[glibc.git] / elf / nodelmod4.c
blob2cca43a6e84a49ab9275ed280ca1d0360af3b94e
1 int var_in_mod4 = 99;
3 static void
4 __attribute__ ((__destructor__))
5 destr (void)
7 extern int fini_ran;
8 fini_ran = 1;