X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fcommon.h;h=e0d8eb7a8aa90280620f82d7960e6ee89c88f614;hb=d9458886432a92230e432e8e8492703c7afb8272;hp=8bd86407dbfda3c8b24a726a7f76724fc0b517dd;hpb=ecbcb7b6d74c2d69386c8d7e435486a4690c9993;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index 8bd8640..e0d8eb7 100644 --- a/src/common.h +++ b/src/common.h @@ -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. */