Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chapters/io: Fix
rread()
and wwrite()
logic
As per `read()` and `write()` syscall wrappers documentation, the return value of a successful operation is the count of bytes read/written that could be less than the length given as param. Signed-off-by: Andrei Adrian Ragman <[email protected]>
- Loading branch information