-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(monika): Fix Haiku read[v]/write[v] syscalls
On non-seekable devices, the position argument is simply ignored and does not trigger an error. We emulate this behavior by detecting `EISPIPE` then forwarding the call to the appropraite non-seeking functions.
- Loading branch information
1 parent
b759b73
commit cf41cf8
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters