X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fsys%2Ftime.h;h=559e817eb6d1fe4e90fca49bd03f9ce642023353;hb=3159e2fc816f5c56b54f86f38748ba1ff9e18f9f;hp=a0ed8e0fc183314aa68c5a78a164fc5204c99141;hpb=c1a9658bd19245ff0fb52d3da567815d822fb622;p=musl diff --git a/include/sys/time.h b/include/sys/time.h index a0ed8e0f..559e817e 100644 --- a/include/sys/time.h +++ b/include/sys/time.h @@ -31,6 +31,7 @@ int utimes (const char *, const struct timeval [2]); #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) int futimes(int, const struct timeval [2]); +int futimesat(int, const char *, const struct timeval [2]); int lutimes(const char *, const struct timeval [2]); int settimeofday (const struct timeval *, void *); int adjtime (const struct timeval *, struct timeval *);