OpenGrok
Cross Reference: pwritev.c
xref
: /
src
/
lib
/
libc
/
sys
/
pwritev.c
Home
|
History
|
Annotate
|
Download
|
only in
sys
History log of
/src/lib/libc/sys/pwritev.c
Revision
Date
Author
Comments
1.7
20-Mar-2012
matt
Convert to C89 prototypes. Remove use of __P
1.6
23-Nov-2007
uebayasi
branches: 1.6.30;
KNF; no variable name in function prototype.
1.5
22-Nov-2007
dsl
Change all the syscall C 'glue' functions (most of which just add in an
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.
1.4
07-Aug-2003
agc
branches: 1.4.22;
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22280, verified by myself.
1.3
15-Nov-1998
christos
delint
1.2
02-Jul-1998
thorpej
int -> ssize_t ... today is not my day.
1.1
02-Jul-1998
thorpej
Wrappers around the indirected positional i/o system calls; the off_t
arguments must be padded.
1.4.22.1
09-Jan-2008
matt
sync with HEAD
1.6.30.1
17-Apr-2012
yamt
sync with head
Indexes created Sun Sep 28 16:09:52 GMT 2025