feat: Nuttx adapt for mksh & toybox

Change-Id: Ia46512ceb07333b3c51ff57d41ef8993f1ca6495
This commit is contained in:
maguangyao
2021-03-25 21:49:10 +08:00
committed by YOUR_NAME
parent bf2478ca0d
commit 6314fde15b
6 changed files with 34 additions and 27 deletions
-1
View File
@@ -110,7 +110,6 @@ ssize_t sendfile(int outfd, int infd, off_t *offset, size_t count);
*/
extern int get_path_from_fd(int fd, char **path);
extern int get_path_from_dirfd(int fd, char **path);
bool get_bit(int i);
/****************************************************************************