summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/timespecisnonnegative.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libcsupport: Added futimens() and utimensat()Ryan Long2021-05-281-0/+54
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