summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2003-10-22 23:59:44 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 21:06:22 -0700
commit1861680616736c7be1b014173e0cc0d5054b710a (patch)
treedbb861b99cda834b6c507d38d03f29c861f1a517
parent1e959a4b05f93bf31d0603a027b50cb148ef7e90 (diff)
downloadsystemd-1861680616736c7be1b014173e0cc0d5054b710a.tar.gz
[PATCH] add ftruncate to klibc.
probably got it wrong too...
-rw-r--r--klibc/klibc/SYSCALLS1
1 files changed, 1 insertions, 0 deletions
diff --git a/klibc/klibc/SYSCALLS b/klibc/klibc/SYSCALLS
index 1ec94acec6..802f8a1711 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