aboutsummaryrefslogtreecommitdiff
path: root/src/unistd/pwritev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove spurious inclusion of libc.h for LFS64 ABI aliases•••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. Rich Felker2018-09-121-2/+1
* fix up lfs64 junk for preadv/pwritevRich Felker2012-09-091-1/+1
* add preadv/pwritev syscall wrappersRich Felker2012-09-091-0/+13