tst: passthrough-fuse: setcrtime

This commit is contained in:
Bill Zissimopoulos
2017-11-14 21:55:41 -08:00
parent 48ad297df1
commit 7c11a45e6e
3 changed files with 33 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ int lchflags(const char *path, uint32_t flags);
int truncate(const char *path, fuse_off_t size);
int utime(const char *path, const struct fuse_utimbuf *timbuf);
int utimensat(int dirfd, const char *path, const struct fuse_timespec times[2]);
int setcrtime(const char *path, const struct fuse_timespec *tv);
int unlink(const char *path);
int rename(const char *oldpath, const char *newpath);