diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-12-13 19:56:25 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-12-13 20:17:11 +0100 |
commit | cfccdc1bdbee7fb25ef0aa9639a3ffec926bf690 (patch) | |
tree | 018ecca2a0ce311c735487e485fdb92f614c781e /glibc.mdwn | |
parent | 8fb130c6315264ff44d86c1d06b8b2d83035bdbe (diff) | |
download | web-cfccdc1bdbee7fb25ef0aa9639a3ffec926bf690.tar.gz web-cfccdc1bdbee7fb25ef0aa9639a3ffec926bf690.tar.bz2 web-cfccdc1bdbee7fb25ef0aa9639a3ffec926bf690.zip |
Shuffle / create / enhance some UNIX / glibc pages.
Diffstat (limited to 'glibc.mdwn')
-rw-r--r-- | glibc.mdwn | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -38,9 +38,13 @@ Porting glibc to a specific architecture is non-trivial. ## Concepts - * [[environment_variables]] + * [[environment_variable]] - * [[signals]] + * [[file_descriptor]] + + * [[process]] + + * [[signal]] ## Individual functions |