--- libpthread.mdwn | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/libpthread.mdwn b/libpthread.mdwn index cc1c26c8..07e3c298 100644 --- a/libpthread.mdwn +++ b/libpthread.mdwn @@ -14,7 +14,14 @@ License|/fdl]]."]]"""]] # Sources -<https://git.savannah.gnu.org/cgit/hurd/libpthread.git/> +glibc has merged libpthread inside glibc. So libpthread can be found +inside glibc. You can clone glibc from any of these repos. + +<https://sourceware.org/git/glibc.git> + +<https://https.git.savannah.gnu.org/git/hurd/glibc.git/> + +<https://salsa.debian.org/glibc-team/glibc.git> # Specifics @@ -24,7 +31,6 @@ Porting libpthread to a specific architecture is non-trivial. Our libpthread is currently used by/ported to the [[Hurd]] on [[GNU Mach|microkernel/mach/gnumach]], and [[microkernel/Viengoos]]. - # History There has been a libpthread port for Hurd on L4 use (working directly on L4: no -- 2.53.0
