add directory kernel
This commit is contained in:
13
kernel/0.00/linux-0.01/include/utime.h
Normal file
13
kernel/0.00/linux-0.01/include/utime.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef _UTIME_H
|
||||
#define _UTIME_H
|
||||
|
||||
#include <sys/types.h> /* I know - shouldn't do this, but .. */
|
||||
|
||||
struct utimbuf {
|
||||
time_t actime;
|
||||
time_t modtime;
|
||||
};
|
||||
|
||||
extern int utime(const char *filename, struct utimbuf *times);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user