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'
Hello,
I encountered the Unsupported clone() error as following:
==10087==
==10087== Unsupported clone() flags: 0x104011
==10087==
==10087== The only supported clone() uses are:
==10087== - via a threads library (LinuxThreads or NPTL)
==10087== - via the implementation of fork or vfork
==10087=