Summary

Use reentrant library functions, if available

Metadata

Description

Use reentrant C library functions, if possible (like `strerror_r`), where available. Figuring out what is available where is the hard part.