X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fsys%2Ftime.h;h=fa98944264752fc3230c463d5f473be21f0ffd73;hb=a591e0383a0a31ac94541846796b93fedc63a0c4;hp=b39800f29f94d6b394bf6f27d0c629b80bc602e5;hpb=cac7d837ccc35b7e80d8f1eb7338f8e9d8b1b2d8;p=musl diff --git a/include/sys/time.h b/include/sys/time.h index b39800f2..fa989442 100644 --- a/include/sys/time.h +++ b/include/sys/time.h @@ -27,6 +27,8 @@ int utimes (const char *, const struct timeval [2]); #endif #ifdef _GNU_SOURCE +int futimes(int, 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 *); struct timezone {