+2017-06-07 Arjun Shankar <arjun.is@lostca.se>
+
+ * sysdeps/unix/sysv/linux/tst-clone2.c: Do not
+ include test-skeleton.c.
+ Include support/check.h and support/test-driver.c.
+
2017-06-07 Siddhesh Poyarekar <siddhesh@sourceware.org>
* sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c
#include <stackinfo.h> /* For _STACK_GROWS_{UP,DOWN}. */
-static int do_test (void);
-
-#define TEST_FUNCTION do_test ()
-#include <test-skeleton.c>
+#include <support/check.h>
static int sig;
static int pipefd[2];
return ret;
}
+
+#include <support/test-driver.c>