random: Fix behavior of kernel option "-rs".
[pintos-anon] / src / tests / userprog / create-bound.c
index 7ce0ae3c5866c3a0edf2ca5dcb2c601cf152bc06..0a829f3cb7c67cfe1e7fd9e854ef615c211361fe 100644 (file)
@@ -1,3 +1,6 @@
+/* Opens a file whose name spans the boundary between two pages.
+   This is valid, so it must succeed. */
+
 #include <syscall.h>
 #include "tests/userprog/boundary.h"
 #include "tests/lib.h"