1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-19 20:25:07 +00:00
serenity/Userland/Libraries/LibC/arch/i386
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
..
crti.S LibC: Use our implementation of crti.o and crtn.o 2021-07-14 13:12:25 +02:00
crtn.S LibC: Use our implementation of crti.o and crtn.o 2021-07-14 13:12:25 +02:00
setjmp.S LibC: Implement _setjmp and _longjmp 2021-12-24 05:26:21 -08:00