diff options
author | Florian Weimer <fweimer@redhat.com> | 2023-11-20 09:22:21 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2023-11-20 09:22:21 +0100 |
commit | 8c8eff33e4e492d95f87dd49cfdc2d4de25693eb (patch) | |
tree | 8fcad5c2a8df8baaffef8c703310e89f9827b77b /nptl/tst-execstack-threads-mod.c | |
parent | 6ae7b5f43d4b13f24606d7108d822e469a96af3d (diff) | |
download | glibc-8c8eff33e4e492d95f87dd49cfdc2d4de25693eb.tar glibc-8c8eff33e4e492d95f87dd49cfdc2d4de25693eb.tar.gz glibc-8c8eff33e4e492d95f87dd49cfdc2d4de25693eb.tar.bz2 glibc-8c8eff33e4e492d95f87dd49cfdc2d4de25693eb.zip |
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 <adhemerval.zanella@linaro.org>
Diffstat (limited to 'nptl/tst-execstack-threads-mod.c')
-rw-r--r-- | nptl/tst-execstack-threads-mod.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |