mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-26 14:54:35 +08:00
Signed-off-by: mysterywolf
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
#ifndef FCNTL_H__
|
||||
#define FCNTL_H__
|
||||
|
||||
#include <rtconfig.h>
|
||||
|
||||
#ifdef RT_USING_DFS
|
||||
#include <dfs_posix.h>
|
||||
#endif
|
||||
|
||||
@@ -36,4 +36,8 @@
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
int isatty (int fd);
|
||||
char * ttyname (int desc);
|
||||
|
||||
#endif /* _SYS_UNISTD_H */
|
||||
|
||||
Reference in New Issue
Block a user