Skip to content

Commit 9eba835

Browse files
[libc][arm] add malloc/free/aligned_alloc to entrypoints (#96516)
Necessary for arm32 cross full build.
1 parent 347206f commit 9eba835

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libc/config/linux/arm/entrypoints.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,11 @@ set(TARGET_LIBC_ENTRYPOINTS
165165
libc.src.stdlib.strtoul
166166
libc.src.stdlib.strtoull
167167

168+
# stdlib.h external entrypoints
169+
libc.src.stdlib.aligned_alloc
170+
libc.src.stdlib.free
171+
libc.src.stdlib.malloc
172+
168173
# sys/mman.h entrypoints
169174
libc.src.sys.mman.mmap
170175
libc.src.sys.mman.munmap

0 commit comments

Comments
 (0)