[libc-commits] [libc] [libc] implement sigsetjmp/siglongjmp for x86-64 (PR #136072)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Thu Apr 17 09:32:57 PDT 2025


================
@@ -21,3 +21,19 @@ functions:
       - _Returns_twice
     arguments:
       - type: jmp_buf
+  - name: sigsetjmp
+    standards:
+      - stdc
----------------
michaelrj-google wrote:

the `sig` variants are from POSIX.

https://github.com/llvm/llvm-project/pull/136072


More information about the libc-commits mailing list