mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-16 19:02:23 -07:00
ac30d36206
The `dir_fd` argument to `execveat()` is not for setting the current working directory. It is used to resolve relative executable paths, hence explicit `chdir/fchdir` call is required to set CWD.