y2038: linux: Provide __futimesat64 implementation
authorLukasz Majewski <lukma@denx.de>
Sun, 16 Feb 2020 22:42:14 +0000 (23:42 +0100)
committerLukasz Majewski <lukma@denx.de>
Mon, 9 Mar 2020 09:26:46 +0000 (10:26 +0100)
commit8b8f39376be81dc09560d23dbec59cd7080d54f6
tree8eec5018f2174f223ab8c0981f21f0184212fc82
parent1a5e12826c02bce330be3f3592c5405314495d66
y2038: linux: Provide __futimesat64 implementation

This conversion patch for supporting 64 bit time for futimesat only differs
from the work performed for futimes (when providing __futimes64) with passing
also the file name (and path) to utimensat.

All the design and conversion decisions are exactly the same as for futimens
conversion.
include/time.h
sysdeps/unix/sysv/linux/futimesat.c