Update time stamps
#include <sys/iofunc.h>
int iofunc_utime( resmgr_context_t* ctp,
io_utime_t* msg,
iofunc_ocb_t* ocb,
iofunc_attr_t* attr );
libc
The function iofunc_utime() examines the flags member in the passed attr structure and sets the IOFUNC_ATTR_ATIME and IOFUNC_ATTR_MTIME bits if requested.
The function sets the IOFUNC_ATTR_CTIME and IOFUNC_ATTR_DIRTY_TIME bits.
| Safety: | |
|---|---|
| Cancellation point | No |
| Interrupt handler | No |
| Signal handler | Yes |
| Thread | Yes |