Files
RedBear-OS/local/docs
vasilito d81cdc8f4f local/docs: add libredox Fd::ftruncate/futimens &self fix to §15.1
libredox API bug: Fd::ftruncate and Fd::futimens previously took 'self'
(consuming the Fd), which would trigger Fd::drop and close the fd as
a side effect. POSIX ftruncate/futimens do NOT close the fd. Changed
to '&self' to match the surrounding methods (fsync, fdatasync) and
match POSIX semantics.
2026-07-27 17:07:26 +09:00
..