Make docs compile again
[pintos-anon] / src / tests / vm / mmap-inherit.c
index 1c02c2471693dafa27808c6098c3b0f9c28ce1ef..7fa9607c41f78c495e75d2a8be30be9647d7e7b5 100644 (file)
@@ -1,3 +1,6 @@
+/* Maps a file into memory and runs child-inherit to verify that
+   mappings are not inherited. */
+
 #include <string.h>
 #include <syscall.h>
 #include "tests/vm/sample.inc"