File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -168,11 +168,14 @@ set(TARGET_LIBC_ENTRYPOINTS
168
168
libc.src.stdlib.atol
169
169
libc.src.stdlib.atoll
170
170
libc.src.stdlib.bsearch
171
+ libc.src.stdlib.calloc
171
172
libc.src.stdlib.div
173
+ libc.src.stdlib.free
172
174
libc.src.stdlib.labs
173
175
libc.src.stdlib.ldiv
174
176
libc.src.stdlib.llabs
175
177
libc.src.stdlib.lldiv
178
+ libc.src.stdlib.malloc
176
179
libc.src.stdlib.qsort
177
180
libc.src.stdlib.rand
178
181
libc.src.stdlib.srand
Original file line number Diff line number Diff line change @@ -168,11 +168,14 @@ set(TARGET_LIBC_ENTRYPOINTS
168
168
libc.src.stdlib.atol
169
169
libc.src.stdlib.atoll
170
170
libc.src.stdlib.bsearch
171
+ libc.src.stdlib.calloc
171
172
libc.src.stdlib.div
173
+ libc.src.stdlib.free
172
174
libc.src.stdlib.labs
173
175
libc.src.stdlib.ldiv
174
176
libc.src.stdlib.llabs
175
177
libc.src.stdlib.lldiv
178
+ libc.src.stdlib.malloc
176
179
libc.src.stdlib.qsort
177
180
libc.src.stdlib.rand
178
181
libc.src.stdlib.srand
You can’t perform that action at this time.
0 commit comments