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 d32fe95 commit c0b7f1bCopy full SHA for c0b7f1b
libc/config/darwin/arm/entrypoints.txt
@@ -81,6 +81,8 @@ set(TARGET_LIBC_ENTRYPOINTS
81
libc.src.stdlib.llabs
82
libc.src.stdlib.lldiv
83
libc.src.stdlib.qsort
84
+ libc.src.stdlib.rand
85
+ libc.src.stdlib.srand
86
libc.src.stdlib.strtod
87
libc.src.stdlib.strtof
88
libc.src.stdlib.strtol
@@ -171,6 +173,7 @@ set(TARGET_LIBM_ENTRYPOINTS
171
173
libc.src.math.fminl
172
174
libc.src.math.fmod
175
libc.src.math.fmodf
176
+ libc.src.math.fmul
177
libc.src.math.frexp
178
libc.src.math.frexpf
179
libc.src.math.frexpl
0 commit comments