mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:18:11 +00:00
Kernel+LibC: Implement readv
We already had writev, so let's just add readv too.
This commit is contained in:
parent
1e79c04616
commit
a3a7ab83c4
5 changed files with 68 additions and 1 deletions
|
@ -191,7 +191,8 @@ namespace Kernel {
|
|||
S(set_coredump_metadata) \
|
||||
S(abort) \
|
||||
S(anon_create) \
|
||||
S(msyscall)
|
||||
S(msyscall) \
|
||||
S(readv)
|
||||
|
||||
namespace Syscall {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue