aboutsummaryrefslogtreecommitdiff
path: root/src/unistd/lseek.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
* consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker2011-04-061-1/+1
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-2/+2
* cleaning up syscalls in preparation for x86_64 port•••- hide all the legacy xxxxxx32 name cruft in syscall.h so the actual source files can be clean and uniform across all archs. - cleanup llseek/lseek and mmap2/mmap handling for 32/64 bit systems - alternate implementation for nice if the target lacks nice syscall Rich Felker2011-02-131-7/+6
* initial check-in, version 0.5.0Rich Felker2011-02-121-0/+16