From 8c8eff33e4e492d95f87dd49cfdc2d4de25693eb Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 20 Nov 2023 09:22:21 +0100 Subject: nptl: Rename tst-execstack to tst-execstack-threads So that the test is harder to confuse with elf/tst-execstack (although the tests are supposed to be the same). Reviewed-by: Adhemerval Zanella --- nptl/tst-execstack-threads.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 nptl/tst-execstack-threads.c (limited to 'nptl/tst-execstack-threads.c') diff --git a/nptl/tst-execstack-threads.c b/nptl/tst-execstack-threads.c new file mode 100644 index 0000000000..6e45c1a5e6 --- /dev/null +++ b/nptl/tst-execstack-threads.c @@ -0,0 +1,2 @@ +#define USE_PTHREADS 1 +#include "../elf/tst-execstack.c" -- cgit v1.2.3