random: Fix behavior of kernel option "-rs".
[pintos-anon] / src / tests / userprog / exec-multiple.c
index 02345faea516ac36ebc8c338f41e9a5422d99190..ba4c26ecbd862a46ce39cd8f24ac281fa1c20b3c 100644 (file)
@@ -1,3 +1,5 @@
+/* Executes and waits for multiple child processes. */
+
 #include <syscall.h>
 #include "tests/lib.h"
 #include "tests/main.h"