Hello,
In m_signals.c, there is use of a symbol VKI_SA_NOCLDWAIT or SA_NOCLDWAIT.
It's not provided in /usr/include and on google I found reports of
pulseaudio builds using this particular constant.
It was commented that the symbol SIG_IGN can be its equivalent. So
should I use that?
Regards,
Hi,
found out when running the testsuite for elfutils that the following
code reproducibly triggers the interrupted system call bug:
#! /bin/sh
echo 'main () { while (1) pause (); }' > native.c
gcc -o native -g native.c > /dev/