diff options
-rw-r--r-- | nptl/tst-execstack.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/tst-execstack.c b/nptl/tst-execstack.c new file mode 100644 index 0000000000..6e45c1a5e6 --- /dev/null +++ b/nptl/tst-execstack.c @@ -0,0 +1,2 @@ +#define USE_PTHREADS 1 +#include "../elf/tst-execstack.c" |