On Fri, 2020-12-25 at 03:21 -0300, Alexandre Oliva wrote:
> The sigsetjmp analyzer tests use jmp_buf in sigsetjmp and siglongjmp
> calls. Not every system that supports sigsetjmp uses the same data
> structure for setjmp and sigsetjmp, which results in type mismatches.
>
> This patch changes the
The sigsetjmp analyzer tests use jmp_buf in sigsetjmp and siglongjmp
calls. Not every system that supports sigsetjmp uses the same data
structure for setjmp and sigsetjmp, which results in type mismatches.
This patch changes the tests to use sigjmp_buf, that is the
POSIX-specific type for use w