diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2018-08-02 17:32:43 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2018-08-02 17:32:43 +0000 | 
| commit | b7eb8e35e481a74962664b63dfb09483b200209a (patch) | |
| tree | 1937fb4a348458ce2d02ade03ac3bb0aa18d2fcd /lib/Support/Errno.cpp | |
| parent | eb11fae6d08f479c0799db45860a98af528fa6e7 (diff) | |
Notes
Diffstat (limited to 'lib/Support/Errno.cpp')
| -rw-r--r-- | lib/Support/Errno.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/Support/Errno.cpp b/lib/Support/Errno.cpp index 10be9b391b49..2149f21281d3 100644 --- a/lib/Support/Errno.cpp +++ b/lib/Support/Errno.cpp @@ -42,7 +42,7 @@ std::string StrError(int errnum) {    const int MaxErrStrLen = 2000;    char buffer[MaxErrStrLen];    buffer[0] = '\0'; -#endif   +#endif  #ifdef HAVE_STRERROR_R    // strerror_r is thread-safe. | 
