Skip to content

Commit

Permalink
Add vfscanf file and __isoc99_vsscanf symbol
Browse files Browse the repository at this point in the history
Change-Id: Ib6c3a9c2115508daa5e5ea544d2d09b7520161d8
  • Loading branch information
yjzhang111 committed Nov 16, 2023
1 parent 88742e6 commit 3c5704e
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions starboard/doc/c99.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ deprecated and eventually removed.
* tanf
* trunc
* truncf
### <stdio.h>
* vsscanf
### <stdlib.h>
* abs
* atoi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ __isinff
__isinfl
__isnan
__isoc99_sscanf
__isoc99_vsscanf
__iswctype_l
__libc_start_main
__newlocale
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ __isinff
__isinfl
__isnan
__isoc99_sscanf
__isoc99_vsscanf
__iswctype_l
__libc_start_main
__newlocale
Expand Down
1 change: 1 addition & 0 deletions starboard/tools/api_leak_detector/stub/debug/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ __freelocale
__fxstat64
__gmon_start__
__isoc99_sscanf
__isoc99_vsscanf
__iswctype_l
__libc_start_main
__newlocale
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ __gmon_start__
__isinf
__isnan
__isoc99_sscanf
__isoc99_vsscanf
__iswctype_l
__libc_start_main
__newlocale
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ __gmon_start__
__isinf
__isnan
__isoc99_sscanf
__isoc99_vsscanf
__iswctype_l
__libc_start_main
__newlocale
Expand Down
1 change: 1 addition & 0 deletions starboard/tools/api_leak_detector/stub/devel/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ __freelocale
__fxstat64
__gmon_start__
__isoc99_sscanf
__isoc99_vsscanf
__iswctype_l
__libc_start_main
__newlocale
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ __gmon_start__
__isinf
__isnan
__isoc99_sscanf
__isoc99_vsscanf
__iswctype_l
__libc_start_main
__newlocale
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ __gmon_start__
__isinf
__isnan
__isoc99_sscanf
__isoc99_vsscanf
__iswctype_l
__libc_start_main
__newlocale
Expand Down
1 change: 1 addition & 0 deletions starboard/tools/api_leak_detector/stub/gold/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ __freelocale
__fxstat64
__gmon_start__
__isoc99_sscanf
__isoc99_vsscanf
__iswctype_l
__libc_start_main
__newlocale
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ __gmon_start__
__isinf
__isnan
__isoc99_sscanf
__isoc99_vsscanf
__iswctype_l
__libc_start_main
__newlocale
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ __gmon_start__
__isinf
__isnan
__isoc99_sscanf
__isoc99_vsscanf
__iswctype_l
__libc_start_main
__newlocale
Expand Down
1 change: 1 addition & 0 deletions starboard/tools/api_leak_detector/stub/qa/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ __freelocale
__fxstat64
__gmon_start__
__isoc99_sscanf
__isoc99_vsscanf
__iswctype_l
__libc_start_main
__newlocale
Expand Down
1 change: 1 addition & 0 deletions third_party/musl/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ static_library("c_internal") {
"src/stdio/sscanf.c",
"src/stdio/swprintf.c",
"src/stdio/vasprintf.c",
"src/stdio/vfsscanf.c",
"src/stdio/vprintf.c",
"src/stdio/vsprintf.c",
"src/stdio/vsscanf.c",
Expand Down

0 comments on commit 3c5704e

Please sign in to comment.