diff options
Diffstat (limited to 'os.h')
-rw-r--r-- | os.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |