取消isatty函数在本文件中的实现,转移到其他文件中
This commit is contained in:
parent
82ac7d1eea
commit
9b470d448d
@ -111,13 +111,6 @@ int tcdrain(int fd)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int isatty (int fd)
|
|
||||||
{
|
|
||||||
struct termios term;
|
|
||||||
|
|
||||||
return tcgetattr (fd, &term) == 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
|
#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
|
||||||
void cfmakeraw(struct termios *t)
|
void cfmakeraw(struct termios *t)
|
||||||
{
|
{
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
#define TERMIOS_H__
|
#define TERMIOS_H__
|
||||||
|
|
||||||
#include <rtthread.h>
|
#include <rtthread.h>
|
||||||
#include <termios.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user