1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00

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>
This commit is contained in:
Florian Weimer
2023-11-20 09:22:21 +01:00
parent 6ae7b5f43d
commit 8c8eff33e4
4 changed files with 11 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
#define USE_PTHREADS 1
#include "../elf/tst-execstack.c"