mirror of
https://sourceware.org/git/glibc.git
synced 2025-05-30 04:04:54 +03:00
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.