Bitcoin ABC 0.30.5
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
std::string | SysErrorString (int err) |
Return system error string from errno value. More... | |
std::string SysErrorString | ( | int | err | ) |
Return system error string from errno value.
Use this instead of std::strerror, which is not thread-safe. For network errors use NetworkErrorString from sock.h instead.
Too bad there are three incompatible implementations of the thread-safe strerror.
Definition at line 14 of file syserror.cpp.