summaryrefslogtreecommitdiff
path: root/nptl/tst-execstack.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-09-24 03:07:10 +0000
committerUlrich Drepper <drepper@redhat.com>2003-09-24 03:07:10 +0000
commit16a76cd23ce9d3924fa192395e730423e3dc8b36 (patch)
tree49ce8356ec97e445d5cee4f565d9219c4429d806 /nptl/tst-execstack.c
parentc70ba48888000f00556aa91348c9c5a33a508b49 (diff)
Test for changing stack exec permission.
Diffstat (limited to 'nptl/tst-execstack.c')
-rw-r--r--nptl/tst-execstack.c2
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"