Skip to content

Fix broken include in sys/mman.h

With the recent update of the Linux kernel in Apertis, this problem surfaced. Few of the mmap flags moved from asm/mman.h to linux/mman.h, thus leading to build failure.

This change fixes the include

Signed-off-by: Ritesh Raj Sarraf ritesh.sarraf@collabora.com

Merge request reports