posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
Loading...
Searching...
No Matches
utimbuf Struct Reference

File times passed to utime(). More...

#include <zephyr/posix/utime.h>

Data Fields

time_t actime
 Access time.
 
time_t modtime
 Modification time.
 

Detailed Description

File times passed to utime().

Definition at line 33 of file utime.h.

Field Documentation

◆ actime

time_t utimbuf::actime

Access time.

Definition at line 34 of file utime.h.

◆ modtime

time_t utimbuf::modtime

Modification time.

Definition at line 35 of file utime.h.


The documentation for this struct was generated from the following file: