Skip to content

Commit 9ce5b38

Browse files
authored
[libc] final edits to newheadergen yaml files (llvm#98983)
- final run of integration tests to deal with incorrect YAML input (finished sys headers, will finish the rest today) - add any new functions made in recent PRs
1 parent 83fbd79 commit 9ce5b38

File tree

9 files changed

+14
-11
lines changed

9 files changed

+14
-11
lines changed

libc/config/linux/x86_64/headers.txt

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ set(TARGET_PUBLIC_HEADERS
4545
libc.include.sys_select
4646
libc.include.sys_socket
4747
libc.include.sys_stat
48+
libc.include.sys_statvfs
4849
libc.include.sys_syscall
4950
libc.include.sys_time
5051
libc.include.sys_types

libc/newhdrgen/yaml/arpa_inet.yaml libc/newhdrgen/yaml/arpa/arpa_inet.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
header: arpa-inet.h
22
macros: []
3-
types:
4-
- type_name: uint32_t
5-
- type_name: uint16_t
6-
- type_name: inttypes.h
3+
types: []
74
enums: []
85
objects: []
96
functions:

libc/newhdrgen/yaml/assert.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ functions:
1313
- type: const char *
1414
- type: unsigned
1515
- type: const char *
16-
guard: __cplusplus
File renamed without changes.

libc/newhdrgen/yaml/math.yaml

+6
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/pthread.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ types:
88
- type_name: pthread_key_t
99
- type_name: pthread_condattr_t
1010
- type_name: __pthread_tss_dtor_t
11+
- type_name: pthread_rwlock_t
1112
- type_name: pthread_rwlockattr_t
1213
- type_name: pthread_attr_t
1314
- type_name: __pthread_start_t
1415
- type_name: __pthread_once_func_t
1516
- type_name: __atfork_callback_t
16-
- type_name: pthread_rwlock_t
1717
enums: []
1818
functions:
1919
- name: pthread_atfork
@@ -106,7 +106,7 @@ functions:
106106
return_type: int
107107
arguments:
108108
- type: const pthread_condattr_t *__restrict
109-
- type: clockid_t * __restrict
109+
- type: clockid_t *__restrict
110110
- name: pthread_condattr_getpshared
111111
standards:
112112
- POSIX
@@ -200,7 +200,8 @@ functions:
200200
standards:
201201
- POSIX
202202
return_type: pthread_t
203-
arguments: []
203+
arguments:
204+
- type: void
204205
- name: pthread_setname_np
205206
standards:
206207
- GNUExtensions

libc/newhdrgen/yaml/search.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
header: search.h
22
macros: []
33
types:
4-
- type_name: size_t
54
- type_name: struct_hsearch_data
65
- type_name: ENTRY
76
- type_name: ACTION

libc/newhdrgen/yaml/sys/sys_time.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
header: sys-time.h
22
standards: Linux
33
macros: []
4-
types:
5-
- type_name: struct_timeval
4+
types: []
65
enums: []
76
functions: []
87
objects: []

libc/newhdrgen/yaml/wchar.yaml

+1
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)