summaryrefslogtreecommitdiff
path: root/hurd/libports.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/libports.mdwn')
-rw-r--r--hurd/libports.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/hurd/libports.mdwn b/hurd/libports.mdwn
index f9aa518f..28274338 100644
--- a/hurd/libports.mdwn
+++ b/hurd/libports.mdwn
@@ -14,3 +14,7 @@ ports|microkernel/mach/port]]. It is documented in the [[Reference_Manual]].
*libports* is not (at least, not for now) a generalization / abstraction of
Mach ports to the functionality the Hurd needs, that is, it is not meant to
provide an interface independently of the underlying [[microkernel]].
+
+*libports* does not itself depend on *[[libthreads]]*, but the appropriate
+threading hooks are used if present, that is if *[[libthreads]]* is used by
+another component.