summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/pwrite.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.guenther1-6/+3
2015-09-11Use PROTO_NORMAL() on __syscall to go direct, adjusting the declarationguenther1-6/+4
2011-10-16Make consistent the syscall stubs for the syscalls that got specialguenther1-2/+9
2005-08-08zap remaining rcsid.espie1-5/+1
2005-04-06Make __syscall prototypes more consistent. Use register_t as themillert1-12/+5
2003-06-11ansification; checked by pvalderaadt1-7/+3
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert1-7/+3
2002-09-17uncommit, since it breaks macppc libc. millert and miod have now said theyderaadt1-3/+4
2002-09-17move __syscall prototype into unistd.h (like everybody else) and avoid private protos for it everywhere; millert@ okmickey1-4/+3
2001-05-05Add missing __syscall() proto to fix pread() & friends on big endianmillert1-2/+3
2000-04-20p{read,write}{,v} man pagesderaadt1-0/+65