Skip to content

Commit bc29bdd

Browse files
committed
fixed yaml file mismatches
1 parent 021d7b7 commit bc29bdd

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

libc/newhdrgen/yaml/assert.yaml

Lines changed: 0 additions & 1 deletion
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/pthread.yaml

Lines changed: 4 additions & 3 deletions
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

Lines changed: 0 additions & 1 deletion
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/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: _Noreturn void
11+
return_type: void
1212
arguments:
1313
- type: jmp_buf
1414
- type: int

0 commit comments

Comments
 (0)