provide declarations for strtod_l and family
authorRich Felker <dalias@aerifal.cx>
Tue, 13 Aug 2013 22:18:44 +0000 (18:18 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 13 Aug 2013 22:18:44 +0000 (18:18 -0400)
commit35eb1a1a9b97577e113240cd65bf9fc44b8df030
treede09db115efe426ebbe59df8c7a65d3c81d38577
parent804e9940049934215d2947c1068016cba852e560
provide declarations for strtod_l and family

these aliases were originally intended to be for ABI compatibility
only, but their presence caused regressions in broken gnulib-based
software whose configure scripts detect the existing of these
functions then use them without declarations, resulting in bogus
return values.
include/stdlib.h