summaryrefslogtreecommitdiff
path: root/src/unistd/pwritev.c
AgeCommit message (Collapse)AuthorFilesLines
2018-09-12remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker1-2/+1
the LFS64 macro was not self-documenting and barely saved any characters. simply use weak_alias directly so that it's clear what's being done, and doesn't depend on a header to provide a strange macro.
2012-09-09fix up lfs64 junk for preadv/pwritevRich Felker1-1/+1
2012-09-09add preadv/pwritev syscall wrappersRich Felker1-0/+13