]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdio-common/tst-perror.c
[powerpc] No need to enter "Ignore Exceptions Mode"
[thirdparty/glibc.git] / stdio-common / tst-perror.c
index b809c2fc405a57410bcfc388fa9ae65562ec6450..416b120b8de9d4f42b2979a75285867d54cd98ac 100644 (file)
@@ -24,8 +24,8 @@
 #define WC_EXP_LEN (sizeof (WC_EXP) - 1)
 
 
-int
-main (void)
+static int
+do_test (void)
 {
   int fd;
   char fname[] = "/tmp/tst-perror.XXXXXX";
@@ -152,3 +152,6 @@ main (void)
 
   return result;
 }
+
+#define TEST_FUNCTION do_test ()
+#include "../test-skeleton.c"