Unverified Commit 9637e60b authored by mylai-mtk's avatar mylai-mtk Committed by GitHub
Browse files

Implement syscall readlinkat and readv (#318)

* Implement syscall readlinkat

* Implement syscall readv by read syscalls

Since pk lacks kernel-space dynamic memory management, we implement readv with
normal read syscalls rather than forwarding it to spike
parent f0368595
Supports Markdown
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