Thank you Philippe.
That patch allows valgrind to compile on macOS.
Still doesn't work for me, mind you, but at least it compiles again :-)
- Andy
On Sat, Apr 14, 2018 at 12:24 PM, Philippe Waroquiers <
phi...@sk...> wrote:
> On Fri, 2018-04-13 at 05:56 -0400, IMoL wrote:
> > git-1f08787cf (of 11 April) fails to build on macOS:
> >
> > m_syswrap/syswrap-generic.c:1797:26: error: variable has incomplete
> type 'struct vki_semid64_ds'
> > struct vki_semid64_ds buf;
> > ^
> > m_syswrap/syswrap-generic.c:1797:11: note: forward declaration of
> 'struct vki_semid64_ds'
> > struct vki_semid64_ds buf;
> > ^
> > m_syswrap/syswrap-generic.c:1798:8: error: no member named 'buf64' in
> 'union semun'
> > arg.buf64 = &buf;
> > ~~~ ^
> >
> >
> > Looks related to this commit from 1 April (git-54145019b):
> >
> > "n-i-bz Fix possible stack trashing by semctl syscall wrapping"
> Can you try the attached patch ?
> Thanks
> Philippe
>
|