1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 04:37:40 +00:00
serenity/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
i386 LibC: Implement _setjmp and _longjmp 2021-12-24 05:26:21 -08:00
x86_64