File tree Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Expand file tree Collapse file tree 5 files changed +5
-6
lines changed 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 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 @@ -8,7 +8,7 @@ functions:
8
8
- name : longjmp
9
9
standards :
10
10
- stdc
11
- return_type : _Noreturn void
11
+ return_type : void
12
12
arguments :
13
13
- type : jmp_buf
14
14
- type : int
You can’t perform that action at this time.
0 commit comments