diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-07-30 15:24:40 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-07-30 15:24:40 +0200 |
commit | 6dcdea92da3ed91769ae6cc8dbf659e3a9bcac6f (patch) | |
tree | a2b5d8bee0adf9ee7669c8eb1abf7a40117873b0 /hurd | |
parent | 3e249b09125ddea11c797eb779796ae271745235 (diff) |
hurd/libports: Talk about libthreads.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/libports.mdwn | 4 |
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. |