Fixes opendir() libc function.
Details
Details
- Reviewers
manu - Group Reviewers
Linux Emulation - Commits
- rG5eb654999438: linux(4): Plug in aarch64 fcntl flags.
rGfc37be246021: linux(4): Plug in aarch64 fcntl flags.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I wonder if we should move the old defines from linux_file.h somewhere under sys/x86/linux/, to prevent future confusion?
Comment Actions
I dont think so, Linux source code is well structured in arch area, when porting, in any case, you need to look there