From f25b12b404c2f3955671a09eb1eb3faf80bc88c9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vlad-Andrei=20B=C4=82DOIU=20=2878692=29?= Date: Mon, 18 Nov 2019 15:23:32 +0000 Subject: [PATCH] Remove strtold_l external symbol from stdlib.h Signed-off-by: Vlad-Andrei Badoiu Reviewed-by: Felipe Huici --- include/stdlib.h | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.39.5