mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 18:37: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
|
@ -13,5 +13,6 @@ __BEGIN_DECLS
|
|||
|
||||
ssize_t writev(int fd, const struct iovec*, int iov_count);
|
||||
ssize_t readv(int fd, const struct iovec*, int iov_count);
|
||||
ssize_t pwritev(int fd, const struct iovec*, int iov_count, off_t);
|
||||
|
||||
__END_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue