From 2eb19f526164a978c373a760deb30854d56b62ce Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Fri, 30 Oct 2009 16:10:45 +0000 Subject: New API calls: truncate, truncate_size, mkdir_mode, utimens, lchown. truncate, truncate_size: Used to truncate files to a particular size, or to zero bytes. mkdir_mode: Like mkdir but allows you to also specify the initial permissions for the new directory. utimens: Set timestamp on a file with nanosecond accuracy. lchown: Corresponding to lchown(2) syscall (we already have chown). The implementation is complicated by the fact that we had to add an Int64 parameter type to the generator. --- po/POTFILES.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'po') diff --git a/po/POTFILES.in b/po/POTFILES.in index f6afb60d..8c3c8f50 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -49,8 +49,10 @@ daemon/stubs.c daemon/swap.c daemon/sync.c daemon/tar.c +daemon/truncate.c daemon/umask.c daemon/upload.c +daemon/utimens.c daemon/wc.c daemon/xattr.c daemon/zero.c -- cgit