~jeffpc/libjeffpc#34: 
Add xstrerror_r

This is needed to reliably support call like:

cmn_err(..., "a=%s, b=%s", xstrerror(a), xstrerror(b));

On systems where strerror uses a static buffer (even if it is per-thread), this may result in the same pointer being passed to both arguments and therefore the resulting message confusingly printing the same error string twice.

Status
REPORTED
Submitter
~jeffpc
Assigned to
No-one
Submitted
10 months ago
Updated
10 months ago
Labels
feature platform-specific