Skip to content

Commit 0536f52

Browse files
committed
[libc][config] Add malloc as baremetal arm entrypoint
1 parent 7439072 commit 0536f52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc/config/baremetal/arm/entrypoints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ set(TARGET_LIBC_ENTRYPOINTS
173173
libc.src.stdlib.ldiv
174174
libc.src.stdlib.llabs
175175
libc.src.stdlib.lldiv
176+
libc.src.stdlib.malloc
176177
libc.src.stdlib.qsort
177178
libc.src.stdlib.rand
178179
libc.src.stdlib.srand

0 commit comments

Comments
 (0)