Buckets:
| extern "C" { | |
| int gettimeofday (struct timeval *__restrict, void *__restrict); | |
| struct itimerval { | |
| struct timeval it_interval; | |
| struct timeval it_value; | |
| }; | |
| int getitimer (int, struct itimerval *); | |
| int setitimer (int, const struct itimerval *__restrict, struct itimerval *__restrict); | |
| int utimes (const char *, const struct timeval [2]); | |
| struct timezone { | |
| int tz_minuteswest; | |
| int tz_dsttime; | |
| }; | |
| 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 *, const struct timezone *); | |
| int adjtime (const struct timeval *, struct timeval *); | |
| __REDIR(gettimeofday, __gettimeofday_time64); | |
| __REDIR(getitimer, __getitimer_time64); | |
| __REDIR(setitimer, __setitimer_time64); | |
| __REDIR(utimes, __utimes_time64); | |
| __REDIR(futimes, __futimes_time64); | |
| __REDIR(futimesat, __futimesat_time64); | |
| __REDIR(lutimes, __lutimes_time64); | |
| __REDIR(settimeofday, __settimeofday_time64); | |
| __REDIR(adjtime, __adjtime64); | |
| } | |
Xet Storage Details
- Size:
- 2.25 kB
- Xet hash:
- 37f5dfb96ffba5dd633c49e0fed34b0a4dcda8f93459b33e5aa11684d694ab87
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.