File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,6 @@ set(TARGET_LIBC_ENTRYPOINTS
186186 libc.src.stdio.sprintf
187187 libc.src.stdio.vsnprintf
188188 libc.src.stdio.vsprintf
189- libc.src.stdio.sscanf
190189 libc.src.stdio.feof
191190 libc.src.stdio.ferror
192191 libc.src.stdio.fflush
Original file line number Diff line number Diff line change @@ -234,11 +234,10 @@ printf |check| |check|
234234vprintf |check | |check |
235235fprintf |check | |check |
236236vfprintf |check | |check |
237- sprintf |check |
238- snprintf |check |
239- vsprintf |check |
240- vsnprintf |check |
241- sscanf |check |
237+ sprintf |check | |check |
238+ snprintf |check | |check |
239+ vsprintf |check | |check |
240+ vsnprintf |check | |check |
242241putchar |check | |check |
243242fclose |check | |check |
244243fopen |check | |check |
You can’t perform that action at this time.
0 commit comments