File tree 9 files changed +14
-11
lines changed
9 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ set(TARGET_PUBLIC_HEADERS
45
45
libc.include.sys_select
46
46
libc.include.sys_socket
47
47
libc.include.sys_stat
48
+ libc.include.sys_statvfs
48
49
libc.include.sys_syscall
49
50
libc.include.sys_time
50
51
libc.include.sys_types
Original file line number Diff line number Diff line change 1
1
header : arpa-inet.h
2
2
macros : []
3
- types :
4
- - type_name : uint32_t
5
- - type_name : uint16_t
6
- - type_name : inttypes.h
3
+ types : []
7
4
enums : []
8
5
objects : []
9
6
functions :
Original file line number Diff line number Diff line change @@ -13,4 +13,3 @@ functions:
13
13
- type : const char *
14
14
- type : unsigned
15
15
- type : const char *
16
- guard : __cplusplus
File renamed without changes.
Original file line number Diff line number Diff line change 7
7
enums : []
8
8
objects : []
9
9
functions :
10
+ - name : cbrt
11
+ standards :
12
+ - stdc
13
+ return_type : double
14
+ arguments :
15
+ - type : double
10
16
- name : cbrtf
11
17
standards :
12
18
- stdc
Original file line number Diff line number Diff line change 8
8
- type_name : pthread_key_t
9
9
- type_name : pthread_condattr_t
10
10
- type_name : __pthread_tss_dtor_t
11
+ - type_name : pthread_rwlock_t
11
12
- type_name : pthread_rwlockattr_t
12
13
- type_name : pthread_attr_t
13
14
- type_name : __pthread_start_t
14
15
- type_name : __pthread_once_func_t
15
16
- type_name : __atfork_callback_t
16
- - type_name : pthread_rwlock_t
17
17
enums : []
18
18
functions :
19
19
- name : pthread_atfork
@@ -106,7 +106,7 @@ functions:
106
106
return_type : int
107
107
arguments :
108
108
- type : const pthread_condattr_t *__restrict
109
- - type : clockid_t * __restrict
109
+ - type : clockid_t *__restrict
110
110
- name : pthread_condattr_getpshared
111
111
standards :
112
112
- POSIX
@@ -200,7 +200,8 @@ functions:
200
200
standards :
201
201
- POSIX
202
202
return_type : pthread_t
203
- arguments : []
203
+ arguments :
204
+ - type : void
204
205
- name : pthread_setname_np
205
206
standards :
206
207
- GNUExtensions
Original file line number Diff line number Diff line change 1
1
header : search.h
2
2
macros : []
3
3
types :
4
- - type_name : size_t
5
4
- type_name : struct_hsearch_data
6
5
- type_name : ENTRY
7
6
- type_name : ACTION
Original file line number Diff line number Diff line change 1
1
header : sys-time.h
2
2
standards : Linux
3
3
macros : []
4
- types :
5
- - type_name : struct_timeval
4
+ types : []
6
5
enums : []
7
6
functions : []
8
7
objects : []
Original file line number Diff line number Diff line change 4
4
- type_name : size_t
5
5
- type_name : wint_t
6
6
- type_name : wchar_t
7
+ - type_name : mbstate_t.h
7
8
enums : []
8
9
objects : []
9
10
functions :
You can’t perform that action at this time.
0 commit comments