Re: [PATCH] linux-user: Add missing mmap include

2024-11-12 Thread Alex Bennée
Richard Henderson writes: > On 10/28/24 11:18, Patrick Leis wrote: >> From: Peter Foley >> error: use of undeclared identifier 'MAP_FIXED_NOREPLACE' >> Signed-off-by: Patrick Leis >> Signed-off-by: Peter Foley >> --- >> linux-user/user-mmap.h | 2 ++ >> 1 file changed, 2 insertions(+) >> di

Re: [PATCH] linux-user: Add missing mmap include

2024-11-12 Thread Richard Henderson
On 10/28/24 11:18, Patrick Leis wrote: From: Peter Foley error: use of undeclared identifier 'MAP_FIXED_NOREPLACE' Signed-off-by: Patrick Leis Signed-off-by: Peter Foley --- linux-user/user-mmap.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux-user/user-mmap.h b/linux-user/us

[PATCH] linux-user: Add missing mmap include

2024-10-28 Thread Patrick Leis
From: Peter Foley error: use of undeclared identifier 'MAP_FIXED_NOREPLACE' Signed-off-by: Patrick Leis Signed-off-by: Peter Foley --- linux-user/user-mmap.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux-user/user-mmap.h b/linux-user/user-mmap.h index b94bcdcf83..de769f9253 1006