X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lib%2Futimens.h;h=77f30d333987354b716d732c601a7ababafa4065;hb=cc4933f3af4a06bfbe17ee54f7ee175eb1a2f3a9;hp=0097aaaf7524d00906674963c7c1a7905e457a08;hpb=6dc06d9d5547e15bad92107516e8ee9fcdace318;p=gzip diff --git a/lib/utimens.h b/lib/utimens.h index 0097aaa..77f30d3 100644 --- a/lib/utimens.h +++ b/lib/utimens.h @@ -1,3 +1,3 @@ #include -int futimens (int, char const *, struct timespec const [2]); +int gz_futimens (int, char const *, struct timespec const [2]); int utimens (char const *, struct timespec const [2]);