#4396 closed enhancement (fixed)

Add futimens() and 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

Implement the futimens and utimensat APIs

Change History (1)

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

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

In 335f705/rtems:

libcsupport: Added futimens() and utimensat()

Created futimens.c and utimensat.c to add support for the POSIX
methods futimens() and utimensat().

utime() and utimes() are considered obsolote by POSIX, but RTEMS
will continue to support them.

Closes #4396

Note: See TracTickets for help on using tickets.