X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finclude%2Fsys%2Ftime.h;h=fb9622e51fcf9608bcf604794a4a18e0790a2f7a;hb=e468ed442d6ee50390d9a75dfd25f66bfb310e2e;hp=79c5fcbc2f1e0828aa0d75b87793bd80230ac817;hpb=13d1afa46f8098df290008c681816c9eb89ffbdb;p=musl diff --git a/src/include/sys/time.h b/src/include/sys/time.h index 79c5fcbc..fb9622e5 100644 --- a/src/include/sys/time.h +++ b/src/include/sys/time.h @@ -3,6 +3,6 @@ #include "../../../include/sys/time.h" -int __futimesat(int, const char *, const struct timeval [2]); +hidden int __futimesat(int, const char *, const struct timeval [2]); #endif