]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdio-common/tst-obprintf.c
[powerpc] No need to enter "Ignore Exceptions Mode"
[thirdparty/glibc.git] / stdio-common / tst-obprintf.c
index 39e8fdab6f26330a24c46e234d891eb07a5f7e05..51515932adbea6c1682630d204912dd19764af56 100644 (file)
@@ -4,8 +4,8 @@
 #include <stdlib.h>
 
 
-int
-main (void)
+static int
+do_test (void)
 {
   struct obstack ob;
   int n;
@@ -40,3 +40,6 @@ main (void)
 
   return 0;
 }
+
+#define TEST_FUNCTION do_test ()
+#include "../test-skeleton.c"