about summary refs log tree commit diff
path: root/src/lib/linux_os.rs
diff options
context:
space:
mode:
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 = "" {