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-mod.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 nptl/tst-execstack-threads-mod.c (limited to 'nptl/tst-execstack-threads-mod.c') diff --git a/nptl/tst-execstack-threads-mod.c b/nptl/tst-execstack-threads-mod.c new file mode 100644 index 0000000000..5b9812c258 --- /dev/null +++ b/nptl/tst-execstack-threads-mod.c @@ -0,0 +1 @@ +#include "../elf/tst-execstack-mod.c" -- cgit v1.2.3