random: Fix behavior of kernel option "-rs".
[pintos-anon] / src / tests / userprog / write-normal.c
index b13da9a0fea4b166c2a380f93da5668fc0e2413e..e0297aa38475f5adcf41562be33f20a4f9a159e8 100644 (file)
@@ -1,3 +1,5 @@
+/* Try writing a file in the most normal way. */
+
 #include <syscall.h>
 #include "tests/userprog/sample.inc"
 #include "tests/lib.h"