summaryrefslogtreecommitdiff
path: root/lib/libc/sys/pwrite.c
AgeCommit message (Collapse)Author
2007-11-22Change all the syscall C 'glue' functions (most of which just add in andsl
extra argument to ensure that 'off_t' parameters are even numbered parameters for stack alignment reasons on 32 bit systems) to use a normal 'syscall' wrapper for __foo instead of using __syscall(SYS_foo, ... ). This saves all the faffing needed to get a 32bit return value on sparc. Auto-generate the extra syscall wrappers. Move swapon.c into the correct list (swapon() uses swapctl()). This probably means there are very few users of syscall() and __syscall() left.
2006-11-10fix lint.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22280, verified by myself.
2003-01-18Merge the nathanw_sa branch.thorpej
2000-01-22Delint.mycroft
Remove trailing ; from uses of __weak_alias(). The macro inserts this if needed.
1998-11-15delintchristos
1998-10-14Need internal names for ftruncate(), lseek(), mmap(), pread() and pwrite().kleink
1998-07-02int -> ssize_t ... today is not my day.thorpej
1998-07-02Wrappers around the indirected positional i/o system calls; the off_tthorpej
arguments must be padded.