summaryrefslogtreecommitdiff
path: root/libc/src/setjmp/setjmp_impl.h
AgeCommit message (Expand)Author
2025-04-29Reland "[libc] build fix for sigsetjmp (#137047)" (#137214)Schrodinger ZHU Yifan
2025-04-23Revert "[libc] build fix for sigsetjmp (#137047)" (#137077)gulfemsavrun
2025-04-23[libc] implement sigsetjmp/siglongjmp for x86-64 (#136072)Schrodinger ZHU Yifan
2025-02-05[libc] Add `returns_twice` attribute to `setjmp(3)` (#124370)Alan Zhao
2024-10-15[libc] fix -Wmissing-attributes in setjmp (#112415)Nick Desaulniers
2024-09-08[libc] Add proxy header for the jmp_buf type (#107712)wldfngrs
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-21[libc][clang-tidy] Add llvm-header-guard to get consistant naming and prevent...Guillaume Chatelet
2022-11-01[libc] Add x86_64 implementation of setjmp and longjmp.Siva Chandra Reddy