mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:07:35 +00:00
Kernel+LibC+Tests: Implement pwritev(2)
While this isn't really POSIX, it's needed by the Zig port and was simple enough to implement.
This commit is contained in:
parent
70337f3a4b
commit
9b425b860c
6 changed files with 28 additions and 12 deletions
|
@ -195,7 +195,7 @@ enum class NeedsBigProcessLock {
|
|||
S(utimensat, NeedsBigProcessLock::No) \
|
||||
S(waitid, NeedsBigProcessLock::Yes) \
|
||||
S(write, NeedsBigProcessLock::Yes) \
|
||||
S(writev, NeedsBigProcessLock::Yes) \
|
||||
S(pwritev, NeedsBigProcessLock::Yes) \
|
||||
S(yield, NeedsBigProcessLock::No)
|
||||
|
||||
namespace Syscall {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue