]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - localedata/tst-xlocale1.c
Fix nscd/cachedumper.c compile errors
[thirdparty/glibc.git] / localedata / tst-xlocale1.c
index 297c9ad7e1d7ddce7532593dc4db7e8bdfe44280..9f545a02c39b2e53bc9dd65f4e8d4eeba4e31717 100644 (file)
@@ -20,8 +20,8 @@ static struct
 #define ntests (sizeof (tests) / sizeof (tests[0]))
 
 
-int
-main (void)
+static int
+do_test (void)
 {
   size_t cnt;
   int result = 0;
@@ -73,3 +73,6 @@ main (void)
 
   return result;
 }
+
+#define TEST_FUNCTION do_test ()
+#include "../test-skeleton.c"