Signed-off-by: mysterywolf

This commit is contained in:
mysterywolf 2020-09-02 10:33:37 +08:00
parent a162640f89
commit 5721fa8990
2 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,8 @@
#ifndef FCNTL_H__
#define FCNTL_H__
#include <rtconfig.h>
#ifdef RT_USING_DFS
#include <dfs_posix.h>
#endif

View File

@ -36,4 +36,8 @@
#endif
int isatty (int fd);
char * ttyname (int desc);
#endif /* _SYS_UNISTD_H */