Re: [PATCH RFC 04/21] madvise: Include linux/mman.h under linux-headers/

2023-01-29 Thread Juan Quintela
Peter Xu wrote: > This will allow qemu/madvise.h to always include linux/mman.h under the > linux-headers/. > > Signed-off-by: Peter Xu Reviewed-by: Juan Quintela

Re: [PATCH RFC 04/21] madvise: Include linux/mman.h under linux-headers/

2023-01-18 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) wrote: > This will allow qemu/madvise.h to always include linux/mman.h under the > linux-headers/. > > Signed-off-by: Peter Xu Reviewed-by: Dr. David Alan Gilbert > --- > include/qemu/madvise.h | 4 > 1 file changed, 4 insertions(+) > > diff --git a/includ

[PATCH RFC 04/21] madvise: Include linux/mman.h under linux-headers/

2023-01-17 Thread Peter Xu
This will allow qemu/madvise.h to always include linux/mman.h under the linux-headers/. Signed-off-by: Peter Xu --- include/qemu/madvise.h | 4 1 file changed, 4 insertions(+) diff --git a/include/qemu/madvise.h b/include/qemu/madvise.h index e155f59a0d..b6fa49553f 100644 --- a/include/qem