Files
lk/tools
Matt Schulte 00b6ca080e Reset errno values where read
According to `man 3 errno`:

```
The value of errno is never set to zero by any system
call or library function.
```

So we must set it to 0 ourselves before each `read` and `write` call to
ensure we don't get stuck in an error loop.
2025-07-28 12:48:11 -07:00
..
2025-07-28 12:48:11 -07:00
2025-07-28 12:48:11 -07:00