summaryrefslogtreecommitdiff
path: root/seek_trunc.c
diff options
context:
space:
mode:
Diffstat (limited to 'seek_trunc.c')
-rw-r--r--seek_trunc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/seek_trunc.c b/seek_trunc.c
deleted file mode 100644
index 6a1a73e..0000000
--- a/seek_trunc.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#include <sys/types.h>
-#include "seek.h"
-
-int seek_trunc(fd,pos) int fd; seek_pos pos;
-{ return ftruncate(fd,(off_t) pos); }