mirror of
https://github.com/hexagonal-sun/moss-kernel.git
synced 2026-06-12 10:56:50 -04:00
Allow interrupt for `read()` calls on a pipe. If the syscall is interrupted simply return `-EINVAL`. Add a testcase to `usertest` for this case.