xref: /aosp_15_r20/external/musl/src/include/sys/time.h (revision c9945492fdd68bbe62686c5b452b4dc1be3f8453)
1 #ifndef SYS_TIME_H
2 #define SYS_TIME_H
3 
4 #include "../../../include/sys/time.h"
5 
6 hidden int __futimesat(int, const char *, const struct timeval [2]);
7 
8 #endif
9