1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00
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 LibC: Fix sigsetjmp on x86_64 2021-08-26 00:54:23 +02:00