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 ce36480 commit 8e28f04Copy full SHA for 8e28f04
libc/config/darwin/arm/entrypoints.txt
@@ -94,16 +94,6 @@ set(TARGET_LIBC_ENTRYPOINTS
94
libc.src.stdlib.calloc
95
libc.src.stdlib.realloc
96
libc.src.stdlib.free
97
-
98
- # stdio.h external entrypoints
99
- libc.src.stdio.snprintf
100
- libc.src.stdio.sprintf
101
- libc.src.stdio.asprintf
102
103
- libc.src.stdio.vprintf
104
- libc.src.stdio.vsnprintf
105
- libc.src.stdio.vsprintf
106
- libc.src.stdio.vasprintf
107
)
108
109
set(TARGET_LIBM_ENTRYPOINTS
@@ -148,9 +138,7 @@ set(TARGET_LIBM_ENTRYPOINTS
148
138
libc.src.math.cospif
149
139
libc.src.math.dfmal
150
140
libc.src.math.dsqrtl
151
- libc.src.math.daddl
152
141
libc.src.math.ddivl
153
- libc.src.math.dsubl
154
142
libc.src.math.erff
155
143
libc.src.math.exp
156
144
libc.src.math.expf
0 commit comments