Commit 24c8f45a authored by Inphi's avatar Inphi Committed by GitHub

Update specs/fault-proof-vm.md

Co-authored-by: default avatarprotolambda <proto@protolambda.com>
parent 0e535ef4
...@@ -130,7 +130,7 @@ Consequently, the return value of read/write syscalls is at most 4, indicating t ...@@ -130,7 +130,7 @@ Consequently, the return value of read/write syscalls is at most 4, indicating t
### Standard Streams ### Standard Streams
Writing to stderr/stdout standard stream always succeeds with the write count input returned, effectively continuing execution without writing work. Writing to stderr/stdout standard stream always succeeds with the write count input returned, effectively continuing execution without writing work.
Reading from stdin has no effect other than to return zero and errno set to 0. Reading from stdin has no effect other than to return zero and errno set to 0, signalling that there is no input.
### Hint Communication ### Hint Communication
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment