16#ifndef ZEPHYR_INCLUDE_POSIX_UTIME_H_
17#define ZEPHYR_INCLUDE_POSIX_UTIME_H_
26#if defined(_POSIX_C_SOURCE) || defined(__DOXYGEN__)
28#if !defined(_UTIMBUF_DECLARED) && !defined(__utimbuf_defined)
37#define _UTIMBUF_DECLARED
38#define __utimbuf_defined
int utime(const char *path, const struct utimbuf *times)
Set file access and modification times.
clock_t times(struct tms *buf)
Get the process and child process times.
File times passed to utime().
time_t modtime
Modification time.
time_t actime
Access time.
POSIX time-of-day types and functions (<sys/time.h>)