X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=lib%2Futimens.h;h=625785c9ddaa55ee21581a5f0933f60036d47203;hb=refs%2Fheads%2F313237;hp=169521da73ac357719dc00032aed6e38d2883450;hpb=138fc7e67e3d9845cd7d81aad0e9c7724784f9b9;p=tar diff --git a/lib/utimens.h b/lib/utimens.h index 169521d..625785c 100644 --- a/lib/utimens.h +++ b/lib/utimens.h @@ -1,3 +1,3 @@ #include -int gl_futimens (int, char const *, struct timespec const [2]); -int utimens (char const *, struct timespec const [2]); +int gl_futimens (int, char const *, struct timespec const [2], int flags); +int utimens (char const *, struct timespec const [2], int flags);