X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fsys%2Ftimeb.h;h=628239b7ed9342ad8f19a655c290b4be2c6ba213;hb=d8f35e29d0e35a90f44c04de585470c211afddf9;hp=108c1f5ccbbd45d484ac79062cbc5104c01b02cc;hpb=4b15d9f46a2b260661d2e054575e617c76795578;p=musl diff --git a/include/sys/timeb.h b/include/sys/timeb.h index 108c1f5c..628239b7 100644 --- a/include/sys/timeb.h +++ b/include/sys/timeb.h @@ -4,6 +4,8 @@ extern "C" { #endif +#include + #define __NEED_time_t #include @@ -16,6 +18,10 @@ struct timeb { int ftime(struct timeb *); +#if _REDIR_TIME64 +__REDIR(ftime, __ftime64); +#endif + #ifdef __cplusplus } #endif