]> Dogcows Code - chaz/tar/blobdiff - src/common.h
tar: another --atime-preserve race fix
[chaz/tar] / src / common.h
index 8bd86407dbfda3c8b24a726a7f76724fc0b517dd..e0d8eb7a8aa90280620f82d7960e6ee89c88f614 100644 (file)
@@ -638,8 +638,8 @@ pid_t xfork (void);
 void xpipe (int fd[2]);
 
 void *page_aligned_alloc (void **ptr, size_t size);
-int set_file_atime (int fd, char const *file, struct timespec atime,
-                   int atflag);
+int set_file_atime (int fd, int parentfd, char const *file,
+                   struct timespec atime, int atflag);
 
 /* Module names.c.  */
 
This page took 0.021504 seconds and 4 git commands to generate.