update to 2.17
[platform/upstream/glibc.git] / csu / tst-empty.c
index 980dcd6..e99468e 100644 (file)
@@ -1,6 +1,9 @@
 /* The most useful C program known to man.  */
-int
-main (void)
+static int
+do_test (void)
 {
   return 0;
 }
+
+#define TEST_FUNCTION do_test ()
+#include "../test-skeleton.c"