Author :
jeremy
Date :
2021-08-13 18:45:45
Hash :690fdc2a Message :Avoid the use of builtin_setjmp
Use _setjmp by default to use the setjmp xor cookie.
This was already done for powerpc and powerpc64 to work around a
segfault, but it seems to be a good practice on all arches.
ok gkoehler@