Replace the use of strncpy() and sprintf() with std::string and LLVM streams.
authorDmitri Gribenko <gribozavr@gmail.com>
Fri, 28 Sep 2012 14:15:28 +0000 (14:15 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Fri, 28 Sep 2012 14:15:28 +0000 (14:15 +0000)
commit04cb564c8da7a26a04c7c6b3157dad5f3244063d
tree468cfdb1d93ab04c60b39b24a93c22665284e8eb
parent8be16fe70395c30762081388b8f6df323ddc82eb
Replace the use of strncpy() and sprintf() with std::string and LLVM streams.

Patch by Martinez, Javier E.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164822 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Errno.cpp