diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-01-02 13:28:42 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-01-02 13:28:42 +0100 |
commit | 841bc9fc54c51f5b5cb4c495f6016dcbd69b9999 (patch) | |
tree | abc62c12ae2ed327d7164a179c48f7e7c508e725 /microkernel/mach | |
parent | 61cb0cdc19fa76af50fe40ac3c5a19c0846cc5a2 (diff) |
Fix old references to hurd/libthreads
Diffstat (limited to 'microkernel/mach')
-rw-r--r-- | microkernel/mach/thread.mdwn | 2 |
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]]. |