Skip to content

Commit 83cb8eb

Browse files
committed
added cbrt math function, create arpa and gpu folder, fixed inconsistent types
1 parent bc29bdd commit 83cb8eb

File tree

5 files changed

+8
-1
lines changed

5 files changed

+8
-1
lines changed

libc/newhdrgen/yaml/math.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ types:
77
enums: []
88
objects: []
99
functions:
10+
- name: cbrt
11+
standards:
12+
- stdc
13+
return_type: double
14+
arguments:
15+
- type: double
1016
- name: cbrtf
1117
standards:
1218
- stdc

libc/newhdrgen/yaml/setjmp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ functions:
88
- name: longjmp
99
standards:
1010
- stdc
11-
return_type: void
11+
return_type: _Noreturn void
1212
arguments:
1313
- type: jmp_buf
1414
- type: int

libc/newhdrgen/yaml/wchar.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ types:
44
- type_name: size_t
55
- type_name: wint_t
66
- type_name: wchar_t
7+
- type_name: mbstate_t.h
78
enums: []
89
objects: []
910
functions:

0 commit comments

Comments
 (0)