From: IMoL <im...@gm...> - 2018-04-13 09:57:37
|
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" |