From 335f7050822262f029e7945b31b0f2bb2d889bcc Mon Sep 17 00:00:00 2001 From: Ryan Long Date: Wed, 28 Apr 2021 12:40:56 -0400 Subject: 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 --- spec/build/cpukit/librtemscpu.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'spec/build') diff --git a/spec/build/cpukit/librtemscpu.yml b/spec/build/cpukit/librtemscpu.yml index 7f1ccf79c4..dbc9e20eb4 100644 --- a/spec/build/cpukit/librtemscpu.yml +++ b/spec/build/cpukit/librtemscpu.yml @@ -761,6 +761,8 @@ source: - cpukit/libcsupport/src/unmount.c - cpukit/libcsupport/src/utime.c - cpukit/libcsupport/src/utimes.c +- cpukit/libcsupport/src/futimens.c +- cpukit/libcsupport/src/utimensat.c - cpukit/libcsupport/src/utsname.c - cpukit/libcsupport/src/vprintk.c - cpukit/libcsupport/src/write.c @@ -1559,6 +1561,7 @@ source: - cpukit/score/src/threadyield.c - cpukit/score/src/timespecaddto.c - cpukit/score/src/timespecdivide.c +- cpukit/score/src/timespecisnonnegative.c - cpukit/score/src/timespecdividebyinteger.c - cpukit/score/src/timespecfromticks.c - cpukit/score/src/timespecgetasnanoseconds.c -- cgit v1.2.3