aboutsummaryrefslogtreecommitdiff
path: root/glibc.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@ikr.uni-stuttgart.de>2011-07-20 13:35:48 +0200
committerThomas Schwinge <tschwinge@ikr.uni-stuttgart.de>2011-07-20 13:35:48 +0200
commit33b91f458ed0f728933f2d5aa5ec2ae1a86a9d4d (patch)
tree95fc12f0c6dc3ee0fbefa551faab429c96dfc4a8 /glibc.mdwn
parent5873c9b664528a5fe35bf3ea22abe785ace6f86a (diff)
downloadweb-33b91f458ed0f728933f2d5aa5ec2ae1a86a9d4d.tar.gz
web-33b91f458ed0f728933f2d5aa5ec2ae1a86a9d4d.tar.bz2
web-33b91f458ed0f728933f2d5aa5ec2ae1a86a9d4d.zip
Misc bits from emails by Samuel and Jérémie.
Diffstat (limited to 'glibc.mdwn')
-rw-r--r--glibc.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/glibc.mdwn b/glibc.mdwn
index 6c49508f..c7313c1c 100644
--- a/glibc.mdwn
+++ b/glibc.mdwn
@@ -28,6 +28,11 @@ Porting glibc to a specific architecture is non-trivial.
## [[Hurd-specific Port|hurd/glibc]]
+An important part of the [[Hurd]] actually resides in glibc: here, the POSIX
+interfaces are implemented on top of the [[Hurd IPC protocols|hurd/interface]].
+This is different to the Linux port, where most simple POSIX interfaces are in
+fact simply forwarded to/implemented as [[system_call]]s.
+
# Implementation Details