On 7/10/25 05:31, Peter Maydell wrote:
The fchmodat2 syscall is new from Linux 6.6; it is like the existing fchmodat syscall except that it takes a flags parameter.Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> --- v1->v2: don't bother with trying to fall back to libc fchmodat(); add missing braces for if()
Queued. r~