From 1861680616736c7be1b014173e0cc0d5054b710a Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Wed, 22 Oct 2003 23:59:44 -0700 Subject: [PATCH] [PATCH] add ftruncate to klibc. probably got it wrong too... --- klibc/klibc/SYSCALLS | 1 + 1 file changed, 1 insertion(+) diff --git a/klibc/klibc/SYSCALLS b/klibc/klibc/SYSCALLS index 1ec94acec..802f8a171 100644 --- a/klibc/klibc/SYSCALLS +++ b/klibc/klibc/SYSCALLS @@ -103,6 +103,7 @@ int poll(struct pollfd *, nfds_t, long) int fsync(int) int readv(int, const struct iovec *, int) int writev(int, const struct iovec *, int) +int ftruncate(int, off_t) # # Signal operations -- 2.30.2