diff --git a/src/common.h b/src/common.h index de5c8832..6d4ef6bc 100644 --- a/src/common.h +++ b/src/common.h @@ -569,7 +569,9 @@ pid_t xfork (void); void xpipe (int[2]); void *page_aligned_alloc (void **, size_t); - +int set_file_atime (int fd, char const *file, + struct timespec const timespec[2]); + /* Module names.c. */ extern struct name *gnu_list_name;