79c5fcbc2f1e0828aa0d75b87793bd80230ac817
[musl] / src / include / sys / time.h
1 #ifndef SYS_TIME_H
2 #define SYS_TIME_H
3
4 #include "../../../include/sys/time.h"
5
6 int __futimesat(int, const char *, const struct timeval [2]);
7
8 #endif