From 69abc76d132c38a0ee2c401e6991906f1c787586 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 9 Dec 2005 10:04:38 +0000 Subject: [PATCH] (set_file_atime): Add prototype. --- src/common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index de5c883..6d4ef6b 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; -- 2.44.0