elf: Do not duplicate the GLIBC_TUNABLES string
[platform/upstream/glibc.git] / elf / nodelmod2.c
index 1dd16e5..6bd7108 100644 (file)
@@ -1 +1,9 @@
 int var2 = 100;
+
+static void
+__attribute__ ((__destructor__))
+destr (void)
+{
+  extern int fini_ran;
+  fini_ran = 1;
+}