summaryrefslogtreecommitdiff
path: root/src/include/sys/time.h
blob: 79c5fcbc2f1e0828aa0d75b87793bd80230ac817 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef SYS_TIME_H
#define SYS_TIME_H

#include "../../../include/sys/time.h"

int __futimesat(int, const char *, const struct timeval [2]);

#endif