ee3107d873
libstdc++ requires utimensat for file timestamp operations. Implemented using openat(O_PATH) + futimens, with AT_SYMLINK_NOFOLLOW support.