This is an archive of the discontinued LLVM Phabricator instance.

[libc] add strerror_r function
ClosedPublic

Authored by michaelrj on Oct 4 2022, 4:48 PM.

Details

Summary

I've implemente the gnu variant of strerror_r since that seems to be the
one more relevant to what we're trying to do.

Diff Detail

Event Timeline

michaelrj created this revision.Oct 4 2022, 4:48 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 4 2022, 4:48 PM
michaelrj requested review of this revision.Oct 4 2022, 4:48 PM
This revision was not accepted when it landed; it landed in state Needs Review.Oct 7 2022, 11:07 AM
This revision was automatically updated to reflect the committed changes.