Implement a proper block layer with partition support.
[pintos-anon] / src / tests / userprog / exec-once.c
index aa043fa27bd7c4089d837a54022ea76f6646b5e9..7bae5a159d61053839dd7788fe546665ed50164d 100644 (file)
@@ -1,3 +1,5 @@
+/* Executes and waits for a single child process. */
+
 #include <syscall.h>
 #include "tests/lib.h"
 #include "tests/main.h"