We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3604c23 commit dfcc898Copy full SHA for dfcc898
libc/config/baremetal/arm/entrypoints.txt
@@ -188,6 +188,7 @@ set(TARGET_LIBC_ENTRYPOINTS
188
libc.src.stdlib.malloc
189
libc.src.stdlib.qsort
190
libc.src.stdlib.rand
191
+ libc.src.stdlib.realloc
192
libc.src.stdlib.srand
193
libc.src.stdlib.strtod
194
libc.src.stdlib.strtof
libc/config/baremetal/riscv/entrypoints.txt
@@ -184,6 +184,7 @@ set(TARGET_LIBC_ENTRYPOINTS
184
185
186
187
0 commit comments