summaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
Diffstat (limited to 'nptl')
-rw-r--r--nptl/tst-pthread-getattr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/tst-pthread-getattr.c b/nptl/tst-pthread-getattr.c
index 86719f97ab..27c60c84de 100644
--- a/nptl/tst-pthread-getattr.c
+++ b/nptl/tst-pthread-getattr.c
@@ -35,8 +35,8 @@
results in a test case failure. To avoid these problems, we cap the stack
size to one less than 8M. See the following mailing list threads for more
information about this problem:
- <http://sourceware.org/ml/libc-alpha/2012-06/msg00599.html>
- <http://sourceware.org/ml/libc-alpha/2012-06/msg00713.html>. */
+ <https://sourceware.org/ml/libc-alpha/2012-06/msg00599.html>
+ <https://sourceware.org/ml/libc-alpha/2012-06/msg00713.html>. */
#define MAX_STACK_SIZE (8192 * 1024 - 1)
static size_t pagesize;