aboutsummaryrefslogtreecommitdiff
path: root/libpthread.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2021-01-02 13:28:42 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2021-01-02 13:28:42 +0100
commit841bc9fc54c51f5b5cb4c495f6016dcbd69b9999 (patch)
treeabc62c12ae2ed327d7164a179c48f7e7c508e725 /libpthread.mdwn
parent61cb0cdc19fa76af50fe40ac3c5a19c0846cc5a2 (diff)
downloadweb-841bc9fc54c51f5b5cb4c495f6016dcbd69b9999.tar.gz
web-841bc9fc54c51f5b5cb4c495f6016dcbd69b9999.tar.bz2
web-841bc9fc54c51f5b5cb4c495f6016dcbd69b9999.zip
Fix old references to hurd/libthreads
Diffstat (limited to 'libpthread.mdwn')
-rw-r--r--libpthread.mdwn2
1 files changed, 0 insertions, 2 deletions
diff --git a/libpthread.mdwn b/libpthread.mdwn
index 0f7f28fe..424636be 100644
--- a/libpthread.mdwn
+++ b/libpthread.mdwn
@@ -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]].