llvm-project
230f332c
- [libc] Swap order of syscall on chmod (#138427)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
147 days ago
[libc] Swap order of syscall on chmod (#138427) We define SYS_fchmodat2 on libc but the syscall is not available on old kernels, so prefer the SYS_fchmodat version when possible.
References
#138427 - [libc] Swap order of syscall on chmod
Author
mikhailramalho
Parents
dfcb8cb2
Loading