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-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-mod.c')
-rw-r--r-- | nptl/tst-execstack-mod.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/tst-execstack-mod.c b/nptl/tst-execstack-mod.c deleted file mode 100644 index 5b9812c258..0000000000 --- a/nptl/tst-execstack-mod.c +++ /dev/null @@ -1 +0,0 @@ -#include "../elf/tst-execstack-mod.c" |