add directory Linux-0.98
This commit is contained in:
13
Linux-0.98/Yggdrasil-0.98.3/usr/include/linux/mktime.h
Normal file
13
Linux-0.98/Yggdrasil-0.98.3/usr/include/linux/mktime.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef _LINUX_MKTIME_H
|
||||
#define _LINUX_MKTIME_H
|
||||
|
||||
struct mktime {
|
||||
int sec;
|
||||
int min;
|
||||
int hour;
|
||||
int day;
|
||||
int mon;
|
||||
int year;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user