chiark / gitweb /
[PATCH] added vsyslog support to klibc.
[elogind.git] / klibc / klibc / SYSCALLS
index 1ec94acec613738772c7c3abdd6f6a41c91a3f2b..802f8a1711f31ab27e9de2574599d842cc5f610e 100644 (file)
@@ -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