2 * Acess2 POSIX Emulation Layer
8 #ifndef _LIBPOSIX__UTIME_H_
9 #define _LIBPOSIX__UTIME_H_
15 #include <sys/types.h> // time_t
18 time_t actime; // access time
19 time_t modtime; // modifcation time
22 extern int utime(const char *filename, const struct utimbuf *times);