#4398 closed enhancement (fixed)

Make utimes() use utimensat()

Reported by: Ryan Long Owned by: Ryan Long <ryan.long@…>
Priority: normal Milestone: 6.1
Component: lib Version: 6
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

Make utimes use the utimensat API

Change History (1)

comment:1 Changed on 05/28/21 at 21:29:18 by Ryan Long <ryan.long@…>

Owner: set to Ryan Long <ryan.long@…>
Resolution: fixed
Status: newclosed

In ea881bf/rtems:

libcsupport: Implement utimes() in terms of utimensat()

utimes() now calls utimensat() to update file access
and modification timestamps.

Updated license.

Closes #4398

Note: See TracTickets for help on using tickets.