summaryrefslogtreecommitdiff
path: root/libpthread.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread.mdwn')
-rw-r--r--libpthread.mdwn4
1 files changed, 1 insertions, 3 deletions
diff --git a/libpthread.mdwn b/libpthread.mdwn
index 0f7f28fe..cc1c26c8 100644
--- a/libpthread.mdwn
+++ b/libpthread.mdwn
@@ -14,7 +14,7 @@ License|/fdl]]."]]"""]]
# Sources
-<http://git.savannah.gnu.org/cgit/hurd/libpthread.git/>
+<https://git.savannah.gnu.org/cgit/hurd/libpthread.git/>
# Specifics
@@ -58,8 +58,6 @@ the next thread. So the issue is that the shrinkage of resource consumption
never happens, but it doesn't grow without bounds; it just stays at the maximum
even if the current number of threads is lower.
-The same issue exists in [[hurd/libthreads]].
-
The current implementation in libpthread is
[[buggy|open_issues/libpthread/t/fix_have_kernel_resources]].