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 338e907 commit 432efcbCopy full SHA for 432efcb
libc/config/linux/arm/entrypoints.txt
@@ -165,6 +165,11 @@ set(TARGET_LIBC_ENTRYPOINTS
165
libc.src.stdlib.strtoul
166
libc.src.stdlib.strtoull
167
168
+ # stdlib.h external entrypoints
169
+ libc.src.stdlib.aligned_alloc
170
+ libc.src.stdlib.free
171
+ libc.src.stdlib.malloc
172
+
173
# sys/mman.h entrypoints
174
libc.src.sys.mman.mmap
175
libc.src.sys.mman.munmap
0 commit comments