]> sourceware.org Git - glibc.git/commit
y2038: linux: Provide __lutimes64 implementation
authorLukasz Majewski <lukma@denx.de>
Sun, 16 Feb 2020 22:02:05 +0000 (23:02 +0100)
committerLukasz Majewski <lukma@denx.de>
Mon, 9 Mar 2020 09:26:46 +0000 (10:26 +0100)
commit1a5e12826c02bce330be3f3592c5405314495d66
tree12e2cb238b2514baa8b110ff2cdbf6da8161c78b
parentf072671cf50262cea93cfdc6f8a92ffc8d698e53
y2038: linux: Provide __lutimes64 implementation

This conversion patch for supporting 64 bit time for lutimes mostly differs from
the work performed for futimes (when providing __futimes64) with adding the
AT_SYMLINK_NOFOLLOW flag to utimensat.
It also supports passing file name instead of file descriptor number, but this
is not relevant for utimensat used to implement it.

All the design and conversion decisions are exactly the same as for futimens
conversion.
include/time.h
sysdeps/unix/sysv/linux/lutimes.c
This page took 0.037334 seconds and 5 git commands to generate.