mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-14 13:00:20 +00:00
224b419d1e
The functions strtoimax, strtoumax, wcstoimax, wcstoumax currently have three implementations each (wordsize-32, wordsize-64 and dummy implementation in stdlib/ using #error), defining the functions as thin wrappers round corresponding *_internal functions. Simplify the code by changing them into aliases of functions such as strtol and wcstoull. This is more consistent with how e.g. imaxdiv is handled. Tested for x86_64 and x86. |
||
---|---|---|
.. | ||
bits | ||
fts64.c | ||
fts.c | ||
ftw64.c | ||
ftw.c | ||
labs.c | ||
ldiv.c | ||
Makefile | ||
strtol_l.c | ||
strtol.c | ||
strtoll_l.c | ||
strtoll.c | ||
strtoul_l.c | ||
strtoul.c | ||
strtoull_l.c | ||
strtoull.c | ||
tst-writev.c | ||
Versions | ||
wcstol_l.c | ||
wcstol.c | ||
wcstoll_l.c | ||
wcstoll.c | ||
wcstoul_l.c | ||
wcstoul.c | ||
wcstoull_l.c | ||
wcstoull.c |