about summary refs log tree commit diff
path: root/elf/tst-pie2.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/tst-pie2.c')
-rw-r--r--elf/tst-pie2.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/elf/tst-pie2.c b/elf/tst-pie2.c
index b76b3236e4..a22fc521bc 100644
--- a/elf/tst-pie2.c
+++ b/elf/tst-pie2.c
@@ -31,8 +31,11 @@ init_g (void)
   g += 1;
 }
 
-int
-main (int argc, char *argv[])
+static int
+do_test (void)
 {
   return 0;
 }
+
+#define TEST_FUNCTION do_test ()
+#include "../test-skeleton.c"