Re: [PATCH v5 1/5] libcsupport: Added futimens() and utimensat()

2021-05-18 Thread Gedare Bloom
On Mon, May 17, 2021 at 7:25 AM Ryan Long wrote: > > 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 > --- >

[PATCH v5 1/5] libcsupport: Added futimens() and utimensat()

2021-05-17 Thread Ryan Long
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 --- cpukit/Makefile.am | 2 + cpukit/include/rtems/libio_.h