Skip to content

Commit

Permalink
Merge pull request EOSIO#142 from EOSIO/fix/minimal_snprintf
Browse files Browse the repository at this point in the history
minimal s*printf/printf also remove sstream from libcxx for now
  • Loading branch information
larryk85 authored Oct 10, 2018
2 parents ed964a8 + acf3c8d commit e4ab5e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libraries/libc++/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SET(SRC_FILENAMES algorithm.cpp any.cpp bind.cpp condition_variable.cpp functional.cpp
future.cpp ios.cpp iostream.cpp locale.cpp memory.cpp mutex.cpp new.cpp optional.cpp
regex.cpp stdexcept.cpp string.cpp strstream.cpp system_error.cpp
typeinfo.cpp utility.cpp valarray.cpp variant.cpp vector.cpp)
typeinfo.cpp utility.cpp valarray.cpp variant.cpp vector.cpp eosio.cpp)

SET(SRC_FILES "")
FOREACH(FN ${SRC_FILENAMES})
Expand Down
2 changes: 1 addition & 1 deletion libraries/libc++/libcxx
2 changes: 1 addition & 1 deletion libraries/libc/musl

0 comments on commit e4ab5e0

Please sign in to comment.