File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ standards:
55merge_yaml_files :
66 - stdlib-malloc.yaml
77macros :
8- - macro_name : LIBC_HAS_ANNEX_K
8+ - macro_name : ' LIBC_HAS_ANNEX_K'
99 macro_header : annex-k-macros.h
10- - macro_name : NULL
10+ - macro_name : ' NULL'
1111 macro_header : null-macro.h
1212types :
1313 - type_name : __atexithandler_t
@@ -191,7 +191,7 @@ functions:
191191 return_type : constraint_handler_t
192192 arguments :
193193 - type : constraint_handler_t
194- guard : LIBC_HAS_ANNEX_K
194+ guard : ' LIBC_HAS_ANNEX_K'
195195 - name : abort_handler_s
196196 standards :
197197 - stdc
@@ -200,7 +200,7 @@ functions:
200200 - type : const char *__restrict
201201 - type : void *__restrict
202202 - type : errno_t
203- guard : LIBC_HAS_ANNEX_K
203+ guard : ' LIBC_HAS_ANNEX_K'
204204 - name : ignore_handler_s
205205 standards :
206206 - stdc
@@ -209,7 +209,7 @@ functions:
209209 - type : const char *__restrict
210210 - type : void *__restrict
211211 - type : errno_t
212- guard : LIBC_HAS_ANNEX_K
212+ guard : ' LIBC_HAS_ANNEX_K'
213213 - name : srand
214214 standards :
215215 - stdc
You can’t perform that action at this time.
0 commit comments