forked from Imagelibrary/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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user