Re: [PATCH] sigsegv: fix build on arceb

2022-04-15 Thread Bruno Haible
Hi, Fabrice Fontaine wrote: > Fix the following build failure on arceb with diffutils 3.8: > sigsegv.c:979:28: error: 'struct vma_struct' has no member named > 'is_near_this' > http://autobuild.buildroot.org/results/8c5b8b37eb3c2667c75666079b056df7e0023e05 > > Signed-off-by: Fabrice Fontaine >

[PATCH] sigsegv: fix build on arceb

2022-04-15 Thread Fabrice Fontaine
Fix the following build failure on arceb with diffutils 3.8: sigsegv.c:979:28: error: 'struct vma_struct' has no member named 'is_near_this' http://autobuild.buildroot.org/results/8c5b8b37eb3c2667c75666079b056df7e0023e05 Signed-off-by: Fabrice Fontaine --- m4/stack-direction.m4 | 2 +- 1 file ch