mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-03 22:08:28 +00:00 
			
		
		
		
	change(esp_libc): rename newlib component to esp_libc
This commit is contained in:
		@@ -370,8 +370,8 @@ esp_err_t esp_vfs_register_fd_with_local_fd(esp_vfs_id_t vfs_id, int local_fd, b
 | 
			
		||||
esp_err_t esp_vfs_unregister_fd(esp_vfs_id_t vfs_id, int fd);
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * These functions are to be used in newlib syscall table. They will be called by
 | 
			
		||||
 * newlib when it needs to use any of the syscalls.
 | 
			
		||||
 * These functions are to be used in esp_libc syscall table. They will be called by
 | 
			
		||||
 * esp_libc when it needs to use any of the syscalls.
 | 
			
		||||
 */
 | 
			
		||||
/**@{*/
 | 
			
		||||
ssize_t esp_vfs_write(struct _reent *r, int fd, const void * data, size_t size);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user