-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/39005/
-----------------------------------------------------------
Review request for mesos, Bernd Mathiske, Ben Mahler, and Till Toenshoff.
Summary (updated)
-----------------
stout: Added thread-safe replacement for strerror.
Bugs: MESOS-3551
https://issues.apache.org/jira/browse/MESOS-3551
Repository: mesos
Description (updated)
-------
This adds a thread-safe wrapper around strerror_r which has semantics similar
to strerror. We plan to use this at call sites currently relying on strerror.
Diffs (updated)
-----
3rdparty/libprocess/3rdparty/stout/include/stout/error.hpp
12ba1ca861114e60f8276c0ee91c543abcfc2519
3rdparty/libprocess/3rdparty/stout/tests/error_tests.cpp
9e7605c53e6636e7fea32e4f69fbaff9100a979f
Diff: https://reviews.apache.org/r/39005/diff/
Testing (updated)
-------
make check
Thanks,
Benjamin Bannier