summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/setjmp.h
AgeCommit message (Expand)Author
2021-12-24LibC: Implement _setjmp and _longjmpBrian Gianforcaro
2021-08-31LibC: Run clang-format on setjmp.hAndreas Kling
2021-08-31Userland: Guard set_jmp.h static_assert check to cpp impls onlyDimenus
2021-08-28Toolchain: Enough to make `rebuild-toolchain aarch64` workNico Weber
2021-08-26LibC: Check for expected size of struct __jmp_bufJean-Baptiste Boric
2021-08-18LibC: Fix sigsetjmp and siglongjmpJean-Baptiste Boric
2021-07-01LibC: Fix jmp_buf layout on x86_64Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling