Files
RedBear-OS/src
Red Bear OS ee3107d873 sys_stat: implement utimensat() POSIX function
libstdc++ requires utimensat for file timestamp operations. Implemented
using openat(O_PATH) + futimens, with AT_SYMLINK_NOFOLLOW support.
2026-07-10 12:14:55 +03:00
..