Skip to content

Commit 682544e

Browse files
jhuber6yuxuanchen1997
authored andcommitted
Revert "[libc] Enable 'sscanf' on the GPU (#100211)"
Summary: This fails tests in some situations, revert until it can be fixed. This reverts commit 445bb35. Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60250606
1 parent b723322 commit 682544e

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

libc/config/gpu/entrypoints.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

libc/docs/gpu/support.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -234,11 +234,10 @@ printf |check| |check|
234234
vprintf |check| |check|
235235
fprintf |check| |check|
236236
vfprintf |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|
242241
putchar |check| |check|
243242
fclose |check| |check|
244243
fopen |check| |check|

0 commit comments

Comments
 (0)