summaryrefslogtreecommitdiff
path: root/microkernel
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 /microkernel
parent61cb0cdc19fa76af50fe40ac3c5a19c0846cc5a2 (diff)
Fix old references to hurd/libthreads
Diffstat (limited to 'microkernel')
-rw-r--r--microkernel/mach/thread.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/microkernel/mach/thread.mdwn b/microkernel/mach/thread.mdwn
index ccce643e..911b4493 100644
--- a/microkernel/mach/thread.mdwn
+++ b/microkernel/mach/thread.mdwn
@@ -32,6 +32,6 @@ Threads have scheduling parameters and maintain various statistics about
themselves.
On GNU/Hurd, APIs for Mach threads and thereabouts are provided by the
-[[hurd/libthreads]] (cthreads), and [[libpthread]] (POSIX Threads) packages.
+[[/libpthread]] (POSIX Threads) package.
A task backing a thread is the basis for a [[UNIX process|unix/process]].