On 13/1/26 20:40, Pierrick Bouvier wrote:
This caused a failure with program using openat2, where O_LARGEFILE was replaced by O_NOFOLLOW. This issue is only visible when QEMU is compiled with musl libc, where O_LARGEFILE is different from 0 (vs glibc).Resolves: https://gitlab.com/qemu-project/qemu/-/issues/3262 Signed-off-by: Pierrick Bouvier <[email protected]> --- linux-user/aarch64/target_fcntl.h | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
