add _l versions of strtod family functions, purely as aliases
authorRich Felker <dalias@aerifal.cx>
Wed, 24 Jul 2013 22:11:30 +0000 (18:11 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 24 Jul 2013 22:11:30 +0000 (18:11 -0400)
commit17a60f9d327c6f8b5707a06f9497d846e75c01f2
treea50859ad0200227f253dc63a9a30b0fb66345fc9
parentcccf64e281026a06ba03c1d4157237013e763ad2
add _l versions of strtod family functions, purely as aliases

this is a cheat since the _l versions take an extra argument, but
since these functions are only here for ABI purposes, it doesn't
really matter as long as the ABI matches. if the non-__-prefixed
versions are eventually made public, they should proabably be real
functions rather than hacks like this.
src/stdlib/strtod.c