summaryrefslogtreecommitdiffstats
path: root/spec/build
diff options
context:
space:
mode:
authorRyan Long <ryan.long@oarcorp.com>2021-04-28 12:40:56 -0400
committerJoel Sherrill <joel@rtems.org>2021-05-28 14:27:39 -0500
commit335f7050822262f029e7945b31b0f2bb2d889bcc (patch)
tree2229a86dbdc3d7e9ebf2274642dc62e238b32fea /spec/build
parentmain_help.c: Do not care what char is returned by getchar() (diff)
downloadrtems-335f7050822262f029e7945b31b0f2bb2d889bcc.tar.bz2
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
Diffstat (limited to 'spec/build')
-rw-r--r--spec/build/cpukit/librtemscpu.yml3
1 files changed, 3 insertions, 0 deletions
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