#4397 closed enhancement (fixed)

Make utime() 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 utime use the utimensat API

Change History (1)

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

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

In bb704123/rtems:

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

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

Updated license.

Closes #4397

Note: See TracTickets for help on using tickets.