summaryrefslogtreecommitdiff
path: root/libc/include/setjmp.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/setjmp.yaml')
-rw-r--r--libc/include/setjmp.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/libc/include/setjmp.yaml b/libc/include/setjmp.yaml
new file mode 100644
index 000000000000..2c4f7fb6dfcc
--- /dev/null
+++ b/libc/include/setjmp.yaml
@@ -0,0 +1,21 @@
+header: setjmp.h
+header_template: setjmp.h.def
+macros: []
+types:
+ - type_name: jmp_buf
+enums: []
+objects: []
+functions:
+ - name: longjmp
+ standards:
+ - stdc
+ return_type: _Noreturn void
+ arguments:
+ - type: jmp_buf
+ - type: int
+ - name: setjmp
+ standards:
+ - stdc
+ return_type: int
+ arguments:
+ - type: jmp_buf