X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Futime.h;h=5755bd53ee866ebf7a1b73768bad7837a2de5f70;hb=159d1f6c02569091c7a48bdb2e2e824b844a1902;hp=dd5ff927c25d1ec82475c569a0d4c09f3c1fce29;hpb=befa5866ee30d09c0c96e88af2eabff5911342ea;p=musl diff --git a/include/utime.h b/include/utime.h index dd5ff927..5755bd53 100644 --- a/include/utime.h +++ b/include/utime.h @@ -5,6 +5,8 @@ extern "C" { #endif +#include + #define __NEED_time_t #include @@ -16,6 +18,10 @@ struct utimbuf { int utime (const char *, const struct utimbuf *); +#if _REDIR_TIME64 +__REDIR(utime, __utime64); +#endif + #ifdef __cplusplus } #endif