summaryrefslogtreecommitdiff
path: root/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'os.h')
-rw-r--r--os.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os.h b/os.h
index 6b9389a..48d67c3 100644
--- a/os.h
+++ b/os.h
@@ -86,7 +86,7 @@ static void time_sleep_s(u64 s) {
time_sleep_ns(s * 1000000000);
}
-
+/// a process
typedef struct Process Process;
/// zero everything except what you're using