summaryrefslogtreecommitdiffstats
path: root/usr/include/sys/utime.h
blob: 55415dbe55f9b37018bb6501d17fa3b9bdf526c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * sys/utime.h
 */

#ifndef _SYS_UTIME_H
#define _SYS_UTIME_H

#include <sys/types.h>
#include <linux/utime.h>

#endif				/* _SYS_UTIME_H */