mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 00:02:28 +00:00
Add XNU magnums for preadv() and writev()
Apple introduced support sometime between 2018 and 2020.
This commit is contained in:
parent
e500e8fb48
commit
f68f1789bd
5 changed files with 6 additions and 6 deletions
|
@ -66,7 +66,7 @@ ssize_t pwritev(int fd, const struct iovec *iov, int iovlen, int64_t off) {
|
|||
}
|
||||
|
||||
/*
|
||||
* NT, XNU, and 2007-era Linux don't support this system call.
|
||||
* NT, 2018-era XNU, and 2007-era Linux don't support this system call
|
||||
*/
|
||||
if (!once) {
|
||||
err = errno;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue