Skip to content

Commit

Permalink
[libc] Include realloc in baremetal entrypoints (llvm#98780)
Browse files Browse the repository at this point in the history
This is used in some embedded projects.
  • Loading branch information
petrhosek committed Jul 14, 2024
1 parent 3604c23 commit dfcc898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libc/config/baremetal/arm/entrypoints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions libc/config/baremetal/riscv/entrypoints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dfcc898

Please sign in to comment.