]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/tst-tls12.c
iconv, localedef: avoid floating point rounding differences [BZ #24372]
[thirdparty/glibc.git] / elf / tst-tls12.c
index 9086d1717634a4c9357e34ec822c7d4121d20a9c..ccd5f8b43e444d7bf2ee478a167c4e077346f443 100644 (file)
@@ -5,8 +5,8 @@
   if (p->a != S || p->b != S + 1 || p->c != S + 2)     \
     abort ()
 
-int
-main (void)
+static int
+do_test (void)
 {
   struct A *p;
   check1 ();
@@ -15,3 +15,5 @@ main (void)
 
   exit (0);
 }
+
+#include <support/test-driver.c>