summaryrefslogtreecommitdiff
path: root/nptl/tst-oddstacklimit.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-12-23 23:07:41 +0000
committerRoland McGrath <roland@gnu.org>2003-12-23 23:07:41 +0000
commit432aaf5b3c599d8eb7e70acf8a9b31fa4185c41f (patch)
treec6dc8d9317efaf0e4cad3d47a4ade0269be04088 /nptl/tst-oddstacklimit.c
parentd9cabb2f8060f2fb41abff2ea745534a3ad2bf97 (diff)
* tst-oddstacklimit.c: New file.
* Makefile (tests): Add it. (tst-oddstacklimit-ENV): New variable. * init.c (__pthread_initialize_minimal_internal): Round stack rlimit value up to page size for __default_stacksize.
Diffstat (limited to 'nptl/tst-oddstacklimit.c')
-rw-r--r--nptl/tst-oddstacklimit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/tst-oddstacklimit.c b/nptl/tst-oddstacklimit.c
new file mode 100644
index 0000000000..9fbef18892
--- /dev/null
+++ b/nptl/tst-oddstacklimit.c
@@ -0,0 +1 @@
+#include "tst-basic1.c"