[GFS2] Update ioctl() to new interface
[deliverable/linux.git] / include / linux / utime.h
CommitLineData
1da177e4
LT
1#ifndef _LINUX_UTIME_H
2#define _LINUX_UTIME_H
3
4struct utimbuf {
5 time_t actime;
6 time_t modtime;
7};
8
9#endif
This page took 0.119964 seconds and 5 git commands to generate.