-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request EOSIO#142 from EOSIO/fix/minimal_snprintf
minimal s*printf/printf also remove sstream from libcxx for now
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule libcxx
updated
3 files
+0 −0 | include/unsupported/sstream | |
+10 −0 | src/eosio.cpp | |
+3 −37 | src/system_error.cpp |
Submodule musl
updated
5 files
+737 −8 | src/stdio/printf.c | |
+0 −13 | src/stdio/snprintf.c | |
+0 −12 | src/stdio/sprintf.c | |
+0 −55 | src/stdio/vsnprintf.c | |
+0 −7 | src/stdio/vsprintf.c |