diff options
author | pommicket <pommicket@gmail.com> | 2023-01-05 11:52:57 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-05 11:54:50 -0500 |
commit | be318b18a01481d16149c34f649c9cdb1f91979d (patch) | |
tree | 9a224f909a78170a67e7e42060d1069aebaed9e8 /os-win.c | |
parent | f897a6a62e9572f1f3cc6c7905192d49d7868c9a (diff) |
clean up some TODOs
Diffstat (limited to 'os-win.c')
-rw-r--r-- | os-win.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |