1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

Use test-driver in sysdeps/unix/sysv/linux/tst-clone2.c

This commit is contained in:
Arjun Shankar
2017-06-06 17:23:21 +02:00
parent ea01a4da21
commit fdc543919a
2 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
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

View File

@@ -32,10 +32,7 @@
#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];
@@ -145,3 +142,5 @@ do_test (void)
return ret;
}
#include <support/test-driver.c>