From: Vlad-Andrei BĂDOIU (78692) Date: Mon, 18 Nov 2019 15:23:32 +0000 (+0000) Subject: Remove strtold_l external symbol from stdlib.h X-Git-Tag: RELEASE-0.4~3 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f25b12b404c2f3955671a09eb1eb3faf80bc88c9;p=unikraft%2Flibs%2Flibcxx.git Remove strtold_l external symbol from stdlib.h Signed-off-by: Vlad-Andrei Badoiu Reviewed-by: Felipe Huici --- diff --git a/include/stdlib.h b/include/stdlib.h index b5e21ff..dab2be5 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -1,10 +1,4 @@ #include -//extern long double strtold (const char*, char**); -//extern long double strtold(char const*, char**); -extern long double strtold (const char *__restrict, char **__restrict); -extern long double strtold_l (const char *__restrict, char **__restrict, - locale_t); - #include_next