Remove strtoimax, strtoumax, wcstoimax, wcstoumax inlines
commite182654151a0f6ebbe628c8f2f6b041c69adbac1
authorJoseph Myers <joseph@codesourcery.com>
Mon, 14 Dec 2020 17:51:38 +0000 (14 17:51 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 14 Dec 2020 17:51:38 +0000 (14 17:51 +0000)
tree857da79dd0c224db0c34ab8114039e5388cff8d5
parentd2e929a907914e233d001d1dd5e3143e84fa69e0
Remove strtoimax, strtoumax, wcstoimax, wcstoumax inlines

inttypes.h has inline implementations of the strtoimax, strtoumax,
wcstoimax and wcstoumax functions, despite the corresponding stdlib.h
and wchar.h inlines having been removed in 2007 (commit
9b2e9577b228350b15d88303b00097dd58e8d29b).

Remove those inlines, thereby eliminating all references to the
corresponding __*_internal functions from installed headers (so they
could be made into compat symbols in future if desired).

Tested for x86_64 and x86.
stdlib/inttypes.h