newlib: remove usage of pre-ANSI defines

This commit is contained in:
Ivan Grokhotkov
2019-03-19 19:57:20 +08:00
parent ac612b5422
commit 068b700786
4 changed files with 7 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ static struct _reent s_reent;
extern int _printf_float(struct _reent *rptr,
void *pdata,
FILE * fp,
int (*pfunc) (struct _reent *, FILE *, _CONST char *, size_t len),
int (*pfunc) (struct _reent *, FILE *, const char *, size_t len),
va_list * ap);