1
2
3
4
5
6
7
8
9
10
#ifndef _LINUX_UTIME_H
#define _LINUX_UTIME_H

struct utimbuf {
	time_t actime;
	time_t modtime;
};

#endif
若你早與他人兩心同 何苦惹我錯付了情衷