add directory Linux-0.98
This commit is contained in:
9
Linux-0.98/Yggdrasil-0.98.3/usr/include/linux/utime.h
Normal file
9
Linux-0.98/Yggdrasil-0.98.3/usr/include/linux/utime.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _LINUX_UTIME_H
|
||||
#define _LINUX_UTIME_H
|
||||
|
||||
struct utimbuf {
|
||||
time_t actime;
|
||||
time_t modtime;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user