[libc] Include realloc in baremetal entrypoints (#98780)

This is used in some embedded projects.
This commit is contained in:
Petr Hosek
2024-07-13 20:12:53 -07:00
committed by GitHub
parent 3604c23dfc
commit dfcc898439
2 changed files with 2 additions and 0 deletions

View File

@@ -188,6 +188,7 @@ set(TARGET_LIBC_ENTRYPOINTS
libc.src.stdlib.malloc
libc.src.stdlib.qsort
libc.src.stdlib.rand
libc.src.stdlib.realloc
libc.src.stdlib.srand
libc.src.stdlib.strtod
libc.src.stdlib.strtof

View File

@@ -184,6 +184,7 @@ set(TARGET_LIBC_ENTRYPOINTS
libc.src.stdlib.malloc
libc.src.stdlib.qsort
libc.src.stdlib.rand
libc.src.stdlib.realloc
libc.src.stdlib.srand
libc.src.stdlib.strtod
libc.src.stdlib.strtof