newlib: fixes for compatibility with newlib 3.0

This commit is contained in:
Ivan Grokhotkov
2019-03-28 19:22:37 +08:00
parent 4770acf1cb
commit d15e18aa5d
4 changed files with 9 additions and 6 deletions

View File

@@ -41,5 +41,4 @@ void IRAM_ATTR esp_reent_init(struct _reent* r)
r->__sglue._next = NULL;
r->__sglue._niobs = 0;
r->__sglue._iobs = NULL;
r->_current_locale = "C";
}