1 /* The <utime.h> header is used for the utime() system call. */
11 time_t actime
; /* access time */
12 time_t modtime
; /* modification time */
15 /* Function Prototypes. */
16 _PROTOTYPE( int utime
, (const char *_path
, const struct utimbuf
*_times
) );