llvm/lib/Support/Errno.cpp: [Win32] Fix usage of strerror_s().
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 24 Jun 2012 03:51:04 +0000 (03:51 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 24 Jun 2012 03:51:04 +0000 (03:51 +0000)
commit33f2139585cfb56cbc3f83f57122b41e1b261270
tree23e1f178b7541266b1efe2f146c8d735780e1f3e
parentb253451b821a3e487b3565901064fa9ced77db87
llvm/lib/Support/Errno.cpp: [Win32] Fix usage of strerror_s().

FYI, two arguments of strerror_s() is provided in C++ on msvc.

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