From: Ulrich Drepper Date: Wed, 24 Sep 2003 03:07:10 +0000 (+0000) Subject: Test for changing stack exec permission. X-Git-Tag: cvs/glibc-2_3_3~182 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=16a76cd23ce9d3924fa192395e730423e3dc8b36;p=thirdparty%2Fglibc.git Test for changing stack exec permission. --- diff --git a/nptl/tst-execstack.c b/nptl/tst-execstack.c new file mode 100644 index 00000000000..6e45c1a5e63 --- /dev/null +++ b/nptl/tst-execstack.c @@ -0,0 +1,2 @@ +#define USE_PTHREADS 1 +#include "../elf/tst-execstack.c"