summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/truncate.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use PROTO_NORMAL() on __syscall to go direct, adjusting the declarationguenther2015-09-111-9/+7
| | | | | | | to eliminate some casts. Retire some uses of old-style STUB* macros where superseded by namespace.h bits tweaks and ok deraadt@
* Make consistent the syscall stubs for the syscalls that got specialguenther2011-10-161-2/+7
| | | | | | | | handling to fix up the alignment of 64bit arguments so that they do the same dance where _thread_sys_FOO is the real stub and FOO is a weak alias. For some of them, this is needed for cancellation handling. From discussions with fgsch@, ok millert@
* zap remaining rcsid.espie2005-08-081-4/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* Make __syscall prototypes more consistent. Use register_t as themillert2005-04-061-4/+3
| | | | | return value for system calls that return size_t or ssize_t and quad_t for those that return off_t.
* ansification; checked by pvalderaadt2003-06-111-4/+2
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* uncommit, since it breaks macppc libc. millert and miod have now said theyderaadt2002-09-171-3/+6
| | | | | | did NOT approve those for commit. why did mickey feel he was ok to go commiting a set of diffs which had not been passed around and tested by people? we don't know. mickey, have you got something to say for yourself?
* move __syscall prototype into unistd.h (like everybody else) and avoid private protos for it everywhere; millert@ okmickey2002-09-171-6/+3
|
* Use SYSLIBC_SCCS; these are syscallstholo1997-04-261-3/+3
|
* Remove dead codetholo1996-09-151-1/+5
| | | | | | Remove unused variables Silence some warnings lint(1) is your friend
* Fix RCS idstholo1996-08-191-7/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* do not proto __syscall or you will experience excruciating painderaadt1996-05-011-1/+0
|
* Prototype __syscall() correctlytholo1996-03-251-0/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+58