diff options
author | Thomas Schwinge <tschwinge@ikr.uni-stuttgart.de> | 2011-07-20 13:35:48 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@ikr.uni-stuttgart.de> | 2011-07-20 13:35:48 +0200 |
commit | 33b91f458ed0f728933f2d5aa5ec2ae1a86a9d4d (patch) | |
tree | 95fc12f0c6dc3ee0fbefa551faab429c96dfc4a8 /glibc.mdwn | |
parent | 5873c9b664528a5fe35bf3ea22abe785ace6f86a (diff) | |
download | web-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.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |