This is an archive of the discontinued LLVM Phabricator instance.

[libc] add strtoq and strtouq
AbandonedPublic

Authored by michaelrj on Oct 20 2021, 3:12 PM.

Details

Reviewers
sivachandra
Summary

These are BSD extension functions.

Diff Detail

Event Timeline

michaelrj created this revision.Oct 20 2021, 3:12 PM
michaelrj requested review of this revision.Oct 20 2021, 3:12 PM

strtoq and strtouq are deprecated functions from FreeBSD. Should we add them at all?

michaelrj abandoned this revision.Oct 27 2021, 10:31 AM

These functions probably don't need to be added. They were under consideration due to some build issues, but those turned out to be unrelated.