about summary refs log tree commit diff
path: root/src/lib/linux_os.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2011-10-26 16:24:31 -0700
committerBrian Anderson <banderson@mozilla.com>2011-10-26 18:32:34 -0700
commit4d669036f3264403f1663b14997a1e30db7b7e73 (patch)
tree1d232920316333cbf8ccb287cf29f9756b60a3be /src/lib/linux_os.rs
parent1b75e5c315f00e6a10b1eca0a2f501107fd8063e (diff)
downloadrust-4d669036f3264403f1663b14997a1e30db7b7e73.tar.gz
rust-4d669036f3264403f1663b14997a1e30db7b7e73.zip
Add more std documentation
Diffstat (limited to 'src/lib/linux_os.rs')
-rw-r--r--src/lib/linux_os.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/linux_os.rs b/src/lib/linux_os.rs
index 0ef636ac5fe..49f029052d6 100644
--- a/src/lib/linux_os.rs
+++ b/src/lib/linux_os.rs
@@ -1,3 +1,9 @@
+/*
+Module: os
+
+TODO: Restructure and document
+*/
+
 // FIXME Somehow merge stuff duplicated here and macosx_os.rs. Made difficult
 // by https://github.com/graydon/rust/issues#issue/268
 native "cdecl" mod libc = "" {