Attention is currently required from: pespin.
2 comments:
File CommonLibs/Threads.cpp:
Patch Set #1, Line 58: char *err_str = NULL;
wrong indentation
Fixed
Patch Set #1, Line 59: #if defined(__GLIBC__) && defined(_GNU_SOURCE)
Can we move all this into a helper function above so it can be reused? […]
I’ve moved this into Utils as a reusable strerror_buf() helper and added a C++ wrapper strerror_str() based on std::error_code.
To view, visit change 42199. To unsubscribe, or for help writing mail filters, visit settings.