提交 a162640f 编写于 作者: mysterywolf's avatar mysterywolf

Signed-off-by: mysterywolf

上级 83760455
/*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-09-01 Meco Man First Version
*/
#ifndef _SYS_IOCTL_H
#define _SYS_IOCTL_H
#endif
......@@ -46,4 +46,8 @@
#define O_SYNC _FSYNC
#endif
int isatty (int fd);
char * ttyname (int desc);
#endif /* _SYS_UNISTD_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册