File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -167,16 +167,20 @@ set(TARGET_LIBC_ENTRYPOINTS
167
167
# stdlib.h entrypoints
168
168
libc.src.stdlib.abort
169
169
libc.src.stdlib.abs
170
+ libc.src.stdlib.aligned_alloc
170
171
libc.src.stdlib.atoi
171
172
libc.src.stdlib.atof
172
173
libc.src.stdlib.atol
173
174
libc.src.stdlib.atoll
174
175
libc.src.stdlib.bsearch
176
+ libc.src.stdlib.calloc
175
177
libc.src.stdlib.div
178
+ libc.src.stdlib.free
176
179
libc.src.stdlib.labs
177
180
libc.src.stdlib.ldiv
178
181
libc.src.stdlib.llabs
179
182
libc.src.stdlib.lldiv
183
+ libc.src.stdlib.malloc
180
184
libc.src.stdlib.qsort
181
185
libc.src.stdlib.rand
182
186
libc.src.stdlib.srand
Original file line number Diff line number Diff line change @@ -163,16 +163,20 @@ set(TARGET_LIBC_ENTRYPOINTS
163
163
# stdlib.h entrypoints
164
164
libc.src.stdlib.abort
165
165
libc.src.stdlib.abs
166
+ libc.src.stdlib.aligned_alloc
166
167
libc.src.stdlib.atoi
167
168
libc.src.stdlib.atof
168
169
libc.src.stdlib.atol
169
170
libc.src.stdlib.atoll
170
171
libc.src.stdlib.bsearch
172
+ libc.src.stdlib.calloc
171
173
libc.src.stdlib.div
174
+ libc.src.stdlib.free
172
175
libc.src.stdlib.labs
173
176
libc.src.stdlib.ldiv
174
177
libc.src.stdlib.llabs
175
178
libc.src.stdlib.lldiv
179
+ libc.src.stdlib.malloc
176
180
libc.src.stdlib.qsort
177
181
libc.src.stdlib.rand
178
182
libc.src.stdlib.srand
You can’t perform that action at this time.
0 commit comments