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 tests to use sigjmp_buf, that is the > POSIX-specific type for use with sigsetjmp and siglongjmp. > > Regstrapped on x86_64-linux-gnu, also tested on arm-vxworks7r2. > Ok to install? >
Sorry about the mistake. The patch looks good to me; I think you can install this under the "obvious" rule. Thanks Dave >