ladybird/Userland/Libraries/LibC/arch
Brian Gianforcaro 49749e279a LibC: Implement _setjmp and _longjmp
These are aliases to `setjmp()` and `longjmp()` on our system,
as our implementations don't modify the signal mask.

This is required for the syzkaller executor process.
2021-12-24 05:26:21 -08:00
..
aarch64 CMake: Let Meta/serenity.sh run aarch64 make it past cmake 2021-08-28 14:43:07 +01:00
i386 LibC: Implement _setjmp and _longjmp 2021-12-24 05:26:21 -08:00
x86_64