glibc/nptl/tst-execstack-threads.c
Florian Weimer 8c8eff33e4 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>
2023-11-20 09:22:21 +01:00

3 lines
57 B
C

#define USE_PTHREADS 1
#include "../elf/tst-execstack.c"