Re: [PATCH v8 3/6] shm: use workaround if mremap is not available

2019-03-11 Thread Pekka Paalanen
On Wed, 27 Feb 2019 21:13:10 +0200 Leonid Bobrov wrote: > From: Imre Vadász > > Signed-off-by: Leonid Bobrov > --- > configure.ac | 4 > src/wayland-shm.c | 30 ++ > 2 files changed, 34 insertions(+) Hi Leonid, this is almost a good patch. I'd

[PATCH v8 3/6] shm: use workaround if mremap is not available

2019-02-27 Thread Leonid Bobrov
From: Imre Vadász Signed-off-by: Leonid Bobrov --- configure.ac | 4 src/wayland-shm.c | 30 ++ 2 files changed, 34 insertions(+) diff --git a/configure.ac b/configure.ac index c0f1c37..dcefc78 100644 --- a/configure.ac +++ b/configure.ac @@ -65,6 +65,10