diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-11-30 10:39:28 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-11-30 10:39:28 +0100 |
commit | cd782d77c1e90976cb6dacf6ba78ba762f145a50 (patch) | |
tree | 3b6ed292f3cc607dd43dfcc82044945f758d85f5 /glibc.mdwn | |
parent | b4a020824706ddfd9c1c38fb08d6935fa8e8cde3 (diff) | |
download | web-cd782d77c1e90976cb6dacf6ba78ba762f145a50.tar.gz web-cd782d77c1e90976cb6dacf6ba78ba762f145a50.tar.bz2 web-cd782d77c1e90976cb6dacf6ba78ba762f145a50.zip |
Been reading another LWN issue...
Diffstat (limited to 'glibc.mdwn')
-rw-r--r-- | glibc.mdwn | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -36,11 +36,18 @@ Porting glibc to a specific architecture is non-trivial. * [[open_issues/secure_file_descriptor_handling]] +## Concepts + + * [[environment_variables]] + + * [[signals]] + + ## Individual functions Some of these are well-known as [[UNIX]] [[system call]]s. - * [[environment_variables]] + * [[fallocate]] * [[fork]] |