summaryrefslogtreecommitdiff
path: root/os-win.c
diff options
context:
space:
mode:
Diffstat (limited to 'os-win.c')
-rw-r--r--os-win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-win.c b/os-win.c
index a32215a..0e88e68 100644
--- a/os-win.c
+++ b/os-win.c
@@ -130,7 +130,7 @@ void time_sleep_ns(u64 ns) {
}
#error "@TODO : implement process_write, separate_stderr, working_directory"
-
+#error "@TODO : make sure process_read & process_write do what they're supposed to for both blocking & non-blocking read/writes."
#include "process.h"
struct Process {