Implement a proper block layer with partition support.
[pintos-anon] / src / tests / userprog / create-normal.c
index 10eba339f26a30cc73260829fcdd8d27c18a2c08..3cbc4636b821647dccc895de56c48cb018594883 100644 (file)
@@ -1,3 +1,5 @@
+/* Creates an ordinary empty file. */
+
 #include "tests/lib.h"
 #include "tests/main.h"