mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-02 23:32:42 +00:00
vfs: code review fixes
- fix typo in readme - remove unneeded extern declaration - fix header guard macro - tabs->spaces in syscalls.c (+1 squashed commit) - fix minor typos
This commit is contained in:
@@ -15,6 +15,16 @@
|
||||
#ifndef __ESP_NEWLIB_H__
|
||||
#define __ESP_NEWLIB_H__
|
||||
|
||||
#include <sys/reent.h>
|
||||
|
||||
/**
|
||||
* Replacement for newlib's _REENT_INIT_PTR and __sinit.
|
||||
*
|
||||
* Called from startup code and FreeRTOS, not intended to be called from
|
||||
* application code.
|
||||
*/
|
||||
void esp_reent_init(struct _reent* r);
|
||||
|
||||
/**
|
||||
* Function which sets up syscall table used by newlib functions in ROM.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user