File size: 156 Bytes
00df61d
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
#ifndef SYS_TIME_H
#define SYS_TIME_H

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

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

#endif