Implement a proper block layer with partition support.
[pintos-anon] / src / tests / userprog / exit.c
index ca5996975e61691ba21a1553a6655aad3ac1f99a..cb4eb8fc2769ae240ebd089e76a2a4b87c7841e6 100644 (file)
@@ -1,3 +1,5 @@
+/* Tests the exit system call. */
+
 #include "tests/lib.h"
 #include "tests/main.h"