From: greg@kroah.com Date: Thu, 23 Oct 2003 06:59:44 +0000 (-0700) Subject: [PATCH] add ftruncate to klibc. X-Git-Tag: 005~8 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=1861680616736c7be1b014173e0cc0d5054b710a [PATCH] add ftruncate to klibc. probably got it wrong too... --- 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