소스 검색

(set_file_atime): Add prototype.

Sergey Poznyakoff 19 년 전
부모
커밋
69abc76d13
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/common.h

+ 3 - 1
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;