Skip to content

Commit 1e8e8df

Browse files
committed
fix empty naming
1 parent 21bbcce commit 1e8e8df

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

libc/include/stdlib.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ standards:
55
merge_yaml_files:
66
- stdlib-malloc.yaml
77
macros:
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
1212
types:
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

0 commit comments

Comments
 (0)