mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-28 18:10:21 +00:00
取消isatty函数在本文件中的实现,转移到其他文件中
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
*
|
||||
* Change Logs:
|
||||
* Date Author Notes
|
||||
* 2017/08/30 Bernard The first version
|
||||
* 2017/08/30 Bernard The first version
|
||||
*/
|
||||
#ifndef TERMIOS_H__
|
||||
#define TERMIOS_H__
|
||||
|
||||
#include <rtthread.h>
|
||||
#include <termios.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
Reference in New Issue
Block a user