summaryrefslogtreecommitdiff
path: root/src/unistd/pwritev.c
AgeCommit message (Collapse)AuthorLines
2018-09-12remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker-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 Felker-1/+1
2012-09-09add preadv/pwritev syscall wrappersRich Felker-0/+13