chiark
/
gitweb
/
~mdw
/
qmail
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Debianization for 1.01-2
[qmail]
/
seek_trunc.c
1
#include <sys/types.h>
2
#include "seek.h"
3
4
int seek_trunc(fd,pos) int fd; seek_pos pos;
5
{ return ftruncate(fd,(off_t) pos); }